I am trying to create an automation rule that is based on the linking of a Jira Product Discovery board Idea ticket to a Jira Epic or Story. My goal is:
When Issue is Linked by type Polaris datapoint issue link, Polaris issue link
For Destination Issue
Then Edit Issue Security Level
Here is my current automation configuration:
The automation works only if I add the link from the Jira project Story/Epic ticket, as shown below.
However, my main use case is going into Jira Product Discovery to link to an existing ticket in a Jira Software Project, as shown below.
This does not kick off my automation, because the link type is not one of the ones defined in the automation, as shown below.
Is there an rule that will allow me to update my automation to handle the link being initiated from the Product Discovery board?
Hi @Ali Ishaq -- Welcome to the Atlassian Community!
With the issue linked trigger, and a type of Polaris issue link (i.e., implements or is implemented by) the rule will trigger from two possible scopes:
Apparently there was a design decision that because JPD ideas could also link to other ideas (or issues with other link types) that the Delivery Ticket linking feature would not fire the Issue Linked event for rules.
Kind regards,
Bill
Hi @Ali Ishaq
It is relatively new that Ideas are shown like that on the Jira side.
If I remember correctly, previously the Polaris issue link types used to link JPD issues with their delivery tickets, where:
It's been a while since I used this in my automation rules, so not sure if this is still accurate and whether it can actually be used. But might be worth a try.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes so that works only if I initiate the link from the Jira ticket. If I initiate the link by "Linking to Existing Ticket" in JPD's Delivery ticket view, then the automation will NOT be kicked off.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.