Forums

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

Transição de status

joaovitorribeiro April 13, 2025

Estou salvando o status atual quando efetuo uma pausa com 

{{changelog.status.fromString}}, mas preciso filtrar ou criar de alguma forma o retorno para este status de forma simples.

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Pasam Venkateshwarrao
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.
April 14, 2025

Hi @joaovitorribeiro 

Welcome to the community,you can set this by using Automation

 Step:1 Save the Previous Status When Pausing

Trigger:

Field value changed → Field: Status

Condition:

New status = Paused (or whatever your pause status is)

Action:

Edit issue → Text field (e.g., Previous Status)

{{changelog.status.fromString}}

 

Step:2 Return to Saved Status on Resume

Trigger:

Issue transitioned → From Paused to Resumed (or similar)

Conditions + Actions:

Use an If/Else block to handle each possible previous status.

IF block:

Condition:

 {{issue.Previous Status}} equals In Progress

Then: → Action: Transition issue to In Progress

Hope this helps

 

 

 

TAGS
AUG Leaders

Atlassian Community Events