Field name is "Remaining development", this field doesn't support "CHANGED" operator.
or may be write something like has been never updated...
Hi,
I believe that you cannot do that as Number field supports only selective operators
Supported operators:number and date fields = , != , > , >= , < . <=IS , IS NOT , IN , NOT IN
Unsupported operators:number and date fields ~ , !~WAS, WAS IN, WAS NOT, WAS NOT IN, CHANGED
If you are very keen, I would recommend you to default the field value to 0 and team can fill it when necessary. Or you can remove it from create/edit screen and have only on transition and view screen.
Add a new transition say, "Add Amount" associate it with a status "Amount Added"
Make amount field mandatory.
Now you can use jql for status change.
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.
@Виктория - You are correct. You cannot filter it based on previous value that number field was holding as the values are not definite. You may consider the transition option.
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.