Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to transition a linked issue in another project

Dave Furlani January 4, 2023

User Stories in project AA (AA-##) are linked to the service desk request issues that initiated them (SD-##). 

I'd like to use the change of status of the AA issue from Backlog to In Progress to trigger a transition of the linked SD issue into an "Under Investigation" status. I assume this requires the automation to be in the AA project.

I've used a branch rule to find all linked issues, then a filter in the branch to find just the SD linked issue.

The "Under Investigation" status does not exist in the AA project, so in the branch when I try to transition to that status, it's not available in the list.

Can anyone suggest a way to achieve the outcome I'm after?

2 answers

0 votes
Jimmy Seddon
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 6, 2023

Hi @Dave Furlani!

This actually can be accomplished and @Deepak Rai was almost there but there was one important step missed.

After the If statement, you need to create a "New Branch/Branch Rule" component.  Everything you are doing before and after the Branch is acting upon the issue that triggered the event.

In the Branch Rule, you want to select "Linked Issues" (you can even select the type of linked issue if you want to filter it further).

Within the branch, you may want to add another If statement to make sure the issue type is the expected type you want to transition, then add a new action to transition the linked issue to "Under Investigation"

I hope that helps!

Dave Furlani January 9, 2023

 

Thanks @Jimmy Seddon, I'm not sure where Deepak's original message went, unless that's the one @Nic Brough -Adaptavist- is referring to (and someone thus deleted it).

I did get the rule based on my original thinking working, and I did have filters like you suggest so as not to update the wrong linked issues.

The trap that was stopping the status I wanted from appearing (as mentioned in my original post) was that the rule was not set to multi-project. With that in place, the statuses from both projects were available to select.

Also, after/in the branch the issues being worked on are the linked issues, not the trigger.

Cheers

Like Jimmy Seddon likes this
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 9, 2023

Just to confirm, yes, the poor postings from the chatGPT bot are being removed when spotted.

Like Jimmy Seddon likes this
0 votes
Dave Furlani January 5, 2023

Hi @Deepak Rai ,

That's basically the automation I had tried to build, but it wasn't updating the linked issues in a project different to the trigger issue.

The trick seems to be to make the rule a Multi-project rule. It seems that a single project rule won't update issues outside of the project where the automation rule lives.

I'd love to be proven wrong, but that's what my testing seems to confirm.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events