Is it possible to trigger automation on the creation of a Linked Issue?

Logan Glickfield October 27, 2016

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!

1 answer

0 votes
Gerry Tan
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 2, 2016

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events