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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.