This question is in reference to Atlassian Documentation: Automating your service desk
I would like to transition my SD issue when a Linked Issue is created. I tried setting up an automation rule based on "Update when a linked issue changes" with Linked Issues matching "not status changed". However, I don't think the 'create' transition triggers anything, presumably since the issue isn't linked until after it is created?
Any suggestions? Thanks!
JSD doesn't have this feature built-in, the closest I can think of is listening JIRA platform webhook "issue created" event, then implement your own webhook handler that transitions issue using POST /rest/api/2/issue/{issueIdOrKey}/transitions REST API. The linked issue information is available in the webhook payload.
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.