i am trying to create the issue type using json import option i am getting following error
java.lang.RuntimeException: org.codehaus.jackson.map.exc.UnrecognizedPropertyException: Unrecognized field "Issue Type" (Class com.atlassian.jira.plugins.importer.sample.SampleData), not marked as ignorable
Following is the content from my json file
{
"Issue Type": [
{
"name": "my test task",
"description": "my test task",
"type": "standard"
}
]
}
https://docs.atlassian.com/jira/REST/cloud/#api/2/issuetype-createIssueType says nothing about "Issue Type:" - that's not the right structure for it.
Try the one in the docs?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.