We have a custom field that holds a version value (with Version Picker). As part of certain workflow steps, I'd like that the current value to be remove, and the field reset back to "None". How do I do this with the Workflow Toolbox? We are evaluating it for purchase.
Thanks,
John
Alright John, with the Workflow Toolbox Plugin you can use the Copy a parsed text to a field post-function on your project's transition and just leave the Text to be parsed and then copied to target field as blank, that should clear out your custom field.
Hope it helps!
Regards,
Marlon
Hi John,
The solution given by Marlon works. You can also use Copy parsed text to a field and set the fieldText to be parsed and the copied to target field with the following value "- %{10800}" (removing the double quotes), provided 10800 is the ID of the version picker custom field you want to clear. What you are doing here is removing (by the leading '-' character) the versions currently selected in Version Picker custom field.
Once configured the transition looks like this:
Regards, and don't hesitate to ask any other question about JIRA Workflow Toolbox.
Fidel Castro Armario
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 the Clear Field Value Post-Function from JSU plugin
https://jsutil.atlassian.net/wiki/display/JSUTIL/JIRA+Suite+Utilities+Workflow+Post-Functions
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Right... I kept looking for an "Update Issue Custom Field" and it wasn't there. I was hoping we could do everything with the Workflow Toolbox.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi John,
You can add a post function on that specific transition called Update Issue Custom Field and then leave the value to be updated blank, that it will clear the custom field when the transition is performed.
Hope this information helps!
Regards,
Marlon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That post funciton I've mentioned is avaliable on the JIRA Suite Utilites plugin, apologies for the confusion. I'm not quite sure how to perform it using the Workflow Toolbox. Let me install it and check it out for you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.