Our default workflow has few states . Open , In Progress , Close . Now there is new requirement as follows. If the result of the API Call (received from 3rd Party system) is NO then, we want the ticket to be transitioned in to Resolve status. (not Close status). If the result from API Call is YES then default workflow should be applied.
As I know it is not possible with JIRA Service Desk. Any work around to achieve this ?
Hello,
You can not do it out of the box. You would need an add-on for it.
For example, you could use the Power Scripts add-on:
You could create a post function, in which you would make a call to the 3rd party system using:
https://confluence.cprime.io/display/SIL/httpGet
and then you would transition issue according to your requirements using:
You are welcome!
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.