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

Automatic status setting for a related task in another project

Виталий February 3, 2022

I can not understand why the rule does not return when the specified conditions are met? If I need the rule to select only epics from the project specified in the rule settings? Can you suggest what needs to be changed?

Безымянный2.png

1 answer

1 accepted

1 vote
Answer accepted
Mykenna Cepek
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 3, 2022

The rule configuration for "Projects" (which you highlighted) determines the general context for the rule, not an absolute scope for all issues processed.

I see that you're branching on "Linked Issues", and I could imagine that issues in the configured project might link to issues outside that project.

The trigger for this rule will fire only for transitioning issues in the one project configured for the rule. So you can be assured that the issue that triggered this rule is in that project.

But your rule logic (the branch) follows any "relates to" links that may be on that triggering issue, and those "related issues" might be in other projects. That's a feature of automation, not a bug.   :-)

If you only want to look at related issues in the same project, just add a conditional early in your branch to confirm that the current issue is in the desired project.

Виталий February 4, 2022

Hi @Mykenna Cepek 

Sorry, I don't understand you


I have two projects "Test1" and "Test2". I want to create a rule that should apply only to the tasks of the "Test2" project. This rule should be triggered when there is a status change in the epic. On startup, it should check the conditions:
- if this task has an associated task with type "Epik" and whether it was created in the "Test1" project.
If "Yes" - change the status in the found task to a similar one.

How can I set up a rule in this case?

Mykenna Cepek
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 4, 2022

OK, let's take it step by step. First, let's confirm that this rule is triggering properly as you expect.

Add a Log Action step in your rule, where shown below by the arrow:

Screen Shot 2022-02-04 at 9.09.04 AM.png

Configure that new Log Action component to look like this:

Screen Shot 2022-02-04 at 9.15.24 AM.png

When you run your rule (by transitioning an Epic), you should see a message in the Audit Log for that rule which confirms the issue that the rule is starting with:

Screen Shot 2022-02-04 at 9.15.46 AM.png

In your case, the type should show as "Epic".

Also try transitioning an Epic in a different project, or a Task/Story in both projects, to verify that you do NOT see the Log Action in those cases.

Start with that, and let's confirm that your rule is working correctly to that point.

Stefan Salzl
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 6, 2022

Hi @Виталий ,
what @Mykenna Cepek wanted to explain is that the scope of an automation rule limits its "area of operation". It also limits where linked issues will be searched (in this case it´s a single project scope rule and therefore will only look for linked issues in the selected project and furthermore will not execute any actions in any other projects). Please check the audit log of an execution of your rule (I tried to reproduce this use case on my site): your log should tell something similar to the following:

 

image.png

--> JT in my case is the scope (project) i selected for the automation rule.

 

@Mykenna Cepek could you please confirm (just to be sure I´m not bringing more confusion than help into the conversation)

 

@Виталий Please let us know if there is anything unclear and feel free to ask.

 

Best

Stefan 

Mykenna Cepek
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 6, 2022

@Stefan Salzl is correct. If the "Rule Details > Scope" is set to a single project, then a branch operation like "Branch > Linked issues" will only find issues in that one project. The "Branch" component configuration actually provides a reminder about this.

So you will have to use a "Rule Details > Scope" of either "Multiple Projects" or "Global" for your rule in order to find linked issues outside of the one source project.

Unfortunately, this also means that your rule will execute for every transitioned issue in all those projects. That will only be a problem if your Jira plan has a limitation on the number of rule executions.

Also, I think you will want to include an extra condition right after the trigger, to terminate the rule if the triggering issue isn't in the source project.

So, fix your rule Scope to include ALL the projects with issues of interest, and change the first part of your rule to look something like this:

Screen Shot 2022-02-06 at 10.00.30 PM.png

Виталий February 7, 2022

Hi @Mykenna Cepek @Stefan Salzl

Thank you for your answers. 

I did what you asked. The response displayed the information as you expected.Screenshot 2022-02-07 142123.png

Mykenna Cepek
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 7, 2022

See what I wrote yesterday for more steps you need to do.

Виталий February 8, 2022

Hi @Mykenna Cepek 

Thanks for doing as you wrote. Checked - as if workingБезымянный 4.pngScreenshot 2022-02-08 111715.png

Like Stefan Salzl likes this
Mykenna Cepek
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 8, 2022

Ok! So is the rule working for you?

Виталий February 8, 2022

Yes thank you. So far no questions

Like Stefan Salzl likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events