Hi,
I'm getting below error... But I have specified the Project key.
I have tried different version by replacing Key with Id but still same error message...
What am I missing... any help is highly appreciated.
I'm using postman to Create issue on Jira project
{ "errorMessages": [], "errors": { "project": "Specify a valid project ID or key" }}
{ "update": {}, "fields": { "summary": "Test", "parent": { "key": "FX" }, "description": "ingTest", "issuetype": { "id": "10035" } }}
Hi,
You need to pass the key of the parent issue, this should look like that:
"ABC-123"
Thanks @Mohamed Benziane
I'm looking to create a brand new issue...
What is parent issue? do you mean project key or project name?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you trying to create a subtask ? If no you can remove the parent field from you're json
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.