I need to create or update a bug using json file. how can i do please help
hi @shanu_jha
Adding to the suggestion by @Mohamed Benziane .
If it is just importing a file to create an issue, if you are the Jira administrator, go to the external system import page(found under Jira settings/system page).
There are options to create issues via CSV or JSON just make sure you specify the issue type as bug.
Cheers.
Thank you! i am doing this the same way you are suggesting but now i need to attach an image to issue how can i create or update an issue with attachment
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Attachments require a full path to the file. This is explained here: https://confluence.atlassian.com/adminjiraserver/importing-data-from-csv-938847533.html
Sorry for the late reply.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Welcome to the community.
If i'm right you want to create a bug using some script ? If so. You can read the documentation here about the Jira Rest API
https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-group-Issues
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.