Automatically set OWNED BY attribute to Unassigned when work item state is set to 'closed'
Accepted answer
Why would you want to do that? All relevant views can filter closed work items.
If you definitely want to, you would have to use an Attribute customization (JavaScript or Java) or a custom follow up action, as far as I can tell.
If you definitely want to, you would have to use an Attribute customization (JavaScript or Java) or a custom follow up action, as far as I can tell.
Comments
Hi,
What kind of attribute customization would you suggest that can change the attribute value based on state?
The easiest one would be a JavaScript calculated value provider. See https://jazz.net/library/article/1093 Lab5 for more information.
PS: you would have to find the UUID for unassigned and then pass that, I think.