Hi community!
Need to build a counter, that will work every time when a task is turned back from "frozen" tasks to tasks "in process".
Further details:
The following should work
{{#increment}}{{issue.My Customfield}}{{/}}
Please also check this link for further info.
Hi @Tansu Akdeniz thanks for answer.
Tried to put provided above code, but no possibility to put code / text, just numbers.
I'm using Jira cloud.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use "More Options".
Sample:
https://confluence.atlassian.com/automation/advanced-field-editing-993924663.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Tansu Akdeniz thaks for answer!
If it's possible show me the path to find this option, for example:
--> open task --> click gear button settings --> go to xxx, yyy, zzz.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Go to the project -> project settings -> automation -> add new automation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Found it THANKS!
But stil not working, Futher details:
1. deleted previous rules form automation workflow
2. seted new rules:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Changed code like this:
{
"update":{
"Back from check counter":[{
"set":{{#increment}}{{issue.Back from check counter}}{{/}}
}]
}
}
still not working
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.