Has anyone had any luck setting up a post function to update a field to check a box if a certain state is selected in a workflow.
Example
To
In Progress
Ready for Test
On Hold - When on hold is selected - a box is checked in the issue screen that says "on hold"
Done
Suggestions?
Using JMWE, you can add a Set Field Value post-function to the transition, and configure it as such:
This will check the "On hold" checkbox (option) of the the checkboxes custom field, leaving other options (checkboxes) of that field untouched, if any.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Renee Olson you can achieve this easily using Scripted Post-function if you have a Script Runner plugin. or you can update issue field using JSU Utility plugin
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.
The script runner option appears to be for a sub-task. I'm looking to have a field on the main task/issue updated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Renee Olson if you have script runner plugin , you can use scripted post function.
you can try the solution mentioned in below links :-
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.
What addons/apps does your instance have?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JMWE is what I use for workflows. I am trying to use the configure field option to tell it to check the box at a specific status in the WF
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.