Hello,
I'm trying to use 2 plugins (Checklist and Suite Utilities) together.
I would like to create a Checklist, editable by everyone at the issue level (adding AND removing items). I already know there is a limitation on removing function: http://okapya.com/checklist/adding-items-in-issue
To circumvent this, I would like to initialize the checklist (=create it) during a workflow transition. I intend to use Suite Utilities, using a Update Issue Custom Field Post-Function, to fill the checklist by adding items during the transition: https://jsutil.atlassian.net/wiki/display/JSUTIL/JIRA+Suite+Utilities+Workflow+Post-Functions#JIRASuiteUtilitiesWorkflowPost-Functions-UpdateIssueCustomFieldPost-Function
Although I think I set up the Post-Function correctly, I get the following error message: Unable to update custom field customfield.
Thanks by advance for your contribution.
Hi Harold,
I looked at the code for JIRA Suite Utilities and, as with most workflow post function operators I have seen, they expect the value from the customfield to be a string which is not the case with Checklist. So far, the only reliable way for updating a checklist is via groovy (see this answer). I am currently developing Checklist V3 and will try to add a workflow post function to help changing Checklists without requiring any code.
Regards
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.