I created groups in JIRA. I would like to add an universal post function where in condition I can check whether assignee is member of one of the previously created group. Any idea?
Use Workflow PowerBox and its "Condition based post function" combined with "Universal User based condition"
I have only the following post-functions:
| Perform Gerrit Review Approval | ||
| Assigns the issue to the current user if the current user has the 'Assignable User' permission. | ||
| Assigns the issue to the project/component lead developer | ||
| Assigns the issue to the reporter | ||
| Clear value of a given field. | ||
| Copies the value of one field to another, either within the same issue or from parent to sub-task. | ||
| Creates a Perforce Job (if required) after completing the workflow transition. | ||
| Configure a template to create multiple subtasks when the transition is reached. | ||
| Send a notification to one or more HipChat rooms. | ||
| If this post-function is executed, JIRA will post the issue content in JSON format to the URL specified. | ||
| Executes any post function to be executed depending on a Boolean expression. | ||
| Updates an issue custom field to a given value. | ||
| Updates a simple issue field to a given value. |
so nothing special
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.