In JIRA flag an Issue on Worklow change maybe with Checkbox

Thomas Hergenröder March 28, 2012

I want to set a flag on an issue in JIRA on workflow transition.
It should also be possible to search for this flag.

I tried to use multiple checkboxes with only one checkbox, which gave me someting looking good.

But when I wanted to set the checkbox in a post function, I was not able to set it. I tried to use the JIRA Misc Workflow Extensions and the JIRA Workflow Toolbox plugins.

However I cannot find a solution.
Can anyone recomend a solution for me?

2 answers

1 accepted

0 votes
Answer accepted
Jo-Anne MacLeod
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 28, 2012

The jira suite utilities has a post function that will allow you to "update issue custom field" and you can set a field value from there.

Thomas Hergenröder March 29, 2012

The jira suite utilities from the post by Jo-Anne MacLeod did work.

In my case I had to set the multipe checkbox field with the string that my checkbox was named with.

The same plugin also allowed me to uncheck the checkbox

0 votes
Radu Dumitriu
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 28, 2012

Try this one: https://plugins.atlassian.com/plugins/com.keplerrominfo.jira.plugins.jjupin (commercial)

On your workflow postfunction routine, it's just as simple as saying:

customfield_10001="myvalue";

For examples: http://confluence.kepler-rominfo.com/display/JJUP20/JJUPIN+Tutorials

Suggest an answer

Log in or Sign up to answer