Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to set up automation to change a field of multiple work items at once?

ckopanon
Contributor
October 9, 2025

This might be a tough question to write out...

 

So we have a status called Prioritization. Every work item in this status has a priority number field listed. For this example, lets just say we have 3 work items:

  • Work item 1: Priority = 1
  • Work item 2: Priority = 2
  • Work item 3: Priority = 3

What we would like to happen is when one of these work items is transitioned to the next status (lets say the next status is In Progress), it changes the priority like so:

  • Work item 1: transitioned to In Progress
  • Work item 2: Priority = 1
  • Work item 3: Priority = 2

Is this possible through automation and if so what would that look like?

2 answers

0 votes
Gor Greyan
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.
October 9, 2025

Hi @ckopanon

Yes, it is possible. I tried it in my instance, and it worked.

Trigger: Issue Transitioned to --> In progress

Condition: {{smart values}} condition -- > {{triggerIssue.Priority}} is grather then 0

Lookup issues: status = "Prioritization" AND "Priority" > {{triggerIssue.Priority}} ORDER BY "Priority" ASC

Branch rule / related work items: status = "Prioritization" AND "Priority" > {{triggerIssue.Priority}}

Edit work item: Edit "Priority" field and set this {{issue.Priority}} - 1

I test it with my fields, whose name is Story Points. You can also check the screenshot.
Will be glad, that it is help you.T1111.png


T22222222.png



0 votes
Bill Sheboy
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.
October 9, 2025

Hi @ckopanon 

This might be possible, given some assumptions:

  1. there are fewer than 100 work items in the "Prioritization" status
  2. there are well-defined criteria of the "Priority" transition values
  3. there are no dependencies for the value of "Priority" between different work items
  4. you do not care if this gets broken / delayed when there is an Atlassian outage which prevents rules from running / catching up after the outage concludes
  5. your question indicates you are on a Premium license level, and thus you have confirmed with your Site / Product Admin there is sufficient automation usage for this rule to work
  6. people do not manually change the "Priority" values, breaking the automated updates
  7. people do not accidentally transition a work item to "In Progress"

If those are all valid assumptions, a rule could:

  • trigger on the transition,
  • find and branch to the work items with JQL,
  • update their "Priority" value.

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events