Does/can a specific workflow transition have a URL? We have customers that are internal to the organization but external to the department that are not JIRA users, but I want to be able to get customers to provide approval without needing them to learn the ins and outs of our JIRA system for requesting work.
Hello,
You can use Jira Rest Api for it:
https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/#api/2/issue-doTransition
Do you need Atlassian SDK to accopmlish this?
I spent several hours last Friday searching for answers to this and similar questions. In some places it seems like you must have the SDK, and others it seems like you can write javascript and stick it into field descriptions.
Is there a single spot that has an answer to this question?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It depends how you want to execute the transition? From an external app or Jira?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Solution would be different for either of them.
If you execute from Jira then use a plugin like Power Scripts, ScriptRunner.
If from external, then use rest api
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.