Originally the API I made was specific to a Service Desk project, and I changed the project type and my API no longer works. I want to make sure that using the API to create and edit an issue in a software project is possible before continuing to dig any further.
Hello,
There is an additional object in the Jira Service Desk domain model called Request Type. If you use Rest Api to create a request type then you can not use this Rest API in Jira Software because in Jira Software you create issues not requests. You could create your own Rest Api to hide this difference but you would still need to program the difference in your custom Rest Api.
So I guess the answer is that you can use the same REST API only if you create issues in Jira Service Desk and Jira Software, if it suits your requirements then go ahead with it. You can use api/2/issue
https://docs.atlassian.com/software/jira/docs/api/REST/1000.1609.0/#api/2/issue
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.