This repository was archived by the owner on Sep 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
This repository was archived by the owner on Sep 21, 2023. It is now read-only.
Issue with Jira - "issue type is required" #31
Copy link
Copy link
Open
Description
Hello,
I just installed and run issue-sync and got this error message:
root@jira:/usr/lib/go-1.7/src/github.com/coreos/issue-sync# bin/issue-sync --config ./config.json -u admin -p vohx9Shoofen6cei
INFO[0000] config file loaded file="./config.json"
INFO[0000] log level set app=issue-sync log-level=debug
DEBU[0000] Checking config variables... app=issue-sync
DEBU[0000] Using HTTP Basic Authentication app=issue-sync
DEBU[0000] All config variables are valid! app=issue-sync
DEBU[0000] JIRA clients initialized app=issue-sync
DEBU[0000] Collecting field IDs. app=issue-sync
DEBU[0000] All fields have been checked. app=issue-sync
DEBU[0000] Successfully connected to GitHub. app=issue-sync
DEBU[0000] Collecting issues app=issue-sync
DEBU[0004] Collected all GitHub issues app=issue-sync
DEBU[0004] Collected all JIRA issues app=issue-sync
DEBU[0004] Creating JIRA issue based on GitHub issue #36 app=issue-sync
ERRO[0004] Error performing operation; retrying in 507ms: Request failed. Please analyze the request body for more details. Status code: 400 app=issue-sync
...
ERRO[0076] Error creating JIRA issue: Request failed. Please analyze the request body for more details. Status code: 400 app=issue-sync
DEBU[0076] Error body: {"errorMessages":[],"errors":{"issuetype":"issue type is required"}} app=issue-sync
ERRO[0076] Error creating issue for #36. Error: {"errorMessages":[],"errors":{"issuetype":"issue type is required"}} app=issue-sync
DEBU[0076] Creating JIRA issue based on GitHub issue #37 app=issue-sync
ERRO[0076] Error performing operation; retrying in 389ms: Request failed. Please analyze the request body for more details. Status code: 400 app=issue-sync
I created a new Jira project and configure Jira with:
- all required fields
- new field configuration
- new field configuration scheme
- new screen
- new screen scheme
- new issue type screen scheme
The issue type screen scheme and field configuration scheme are applied to the new project.
We are using Jira 7.5.0
I have no idea, where this error comes from :-/
Metadata
Metadata
Assignees
Labels
No labels