JIRA Greenhopper - How to set a "Flagged" custom field of type "Multi-Checkboxes" in the Postflow Transition Post function

In our Jira (v4.4) we use Greenhopper (v5.7.4), since it is Greenhopper that uses the special Flagged field to mark Impediments, it has the type "Multi-Checkboxes" ".

When switching from one state to another, we use the pre-installed Post function to try setting the Flagged custom field. In particular, we are trying to use the "Set field value from user property value" function.

To support this "post-function", we tried to add a transition property with a name with a flag with the value Overcome and a link to it in the "post-function".

This does not work.

Essentially, 2 questions arise.

  • Is this a "postfunction" the best way to set a multipoint flag.
  • If so, how do we indicate that Impediment is true?

For a better explanation of the default default behavior, see “Interference Problems in Greenhopper” , this is what we want to automate in our post post function.

+7
source share
1 answer

The solution to the problem - for those who can look for a similar solution - that’s what I found, I hope this helps.

Turning to Atlassian, the following was suggested:

It is possible to set a custom multi checkbox field through a post function. First of all, you need to install the JIRA suites utility plugin:

https://plugins.atlassian.com/plugin/details/5048 After that, in the transition to the workflow, add the post Update function "with your custom field and set the flag (for example, limit) written in the" Custom Field Value "field.

Thus, using the proposed post function "Update Custom Field Issue ", I selected the Flagged custom field and used the Optimization value on my own. This worked.

For another transition that is not marked by an obstacle, I used the "Clear Field Value Function" and simply selected the "Flagged" field. It also helped remove the obstacle.

+9
source

All Articles