I am trying to create a issue via jira rest api using postman
Hi @Ankit kharola ,
You might want to check the following discussions:
Maybe try using GET method to get some data from the existing project to see if authorization works as expected. Once you confirm that, try moving to create a new issue.
Also, here's an official REST API docs on how to create a new issue using POST method: REST API docs / Issues / Create issue
Cheers,Tom
Hi thank you for your response i wanted to check if we can create issues from one instance to another via jira rest api i found few articles where we could do that by automation
Yeah, that's possible as well, although you'll have to use web requests within automation to get that done.
I've written one article on that topic, however, it's in Croatian (you can translate it). It explains how you can create 'sync' between two instances with automation: https://atlassian.koios.hr/sync-issuea-dviju-jira-cloud-instanci/
Maybe this can help as well.
Thank you so much sir
It looks like you're new here. Sign in or register to get started.