Our new Appfire Documentation Space is now live!

Take a look here! If you have any questions please email support@appfire.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 118 Next »

A workflow post-function that assigns the current issue to the last assignee who belongs to a selected project role.To add 'Assign to last role member' post function to a transition: 

  1. Click Edit for the workflow that has the transition you wish to add the post-function on.

  2. In the Workflow Designer, select the transition.

  3. Click on Post Functions in the properties panel.

  4. Click on Add post function.

  5. Select Assign to last role member from the list of post-functions.

  6. Click on Add to add the post-function on the transition.

  7. Select the project role from the Project Role drop-down.

  8. Click on Add to add the post-function to the transition. 

  9. After adding, move the post-function to the appropriate position according to Placing post-functions in a transition document.

Refer Use cases for the use cases for this post-function.

JMWE shows an error message on the issue view if any error occurs during the execution of the post-function. This message is only displayed if the current user is a Jira administrator. 

When you add this post-function to a transition and trigger the transition, the add-on looks for the last assignee (excluding the current user) of the issue who belongs to the selected Project Role. If such a member is found, it assigns the issue to that user. If not, the Assignee field is not modified. By default, while searching for the last assignee belonging to the selected Project Role, the current assignee and the reporter are not considered.

Options

  • Include Reporter

If no previous assignee belonging to the selected Project Role was found, and the reporter belongs to the selected Project Role, then the issue is assigned to the reporter.

  • Include Current Assignee

If the current assignee belongs to the selected Project Role, then the issue stays with the current assignee.

  • Skip Inactive Users

The inactive users are skipped while searching for the last user of the selected Project Role.

  • Send notifications

Jira sends notifications for the change in the Assignee field value on the current issue. You can control the default value of the "Send notifications" option in the Configuration page under JMWE administration. Click here for more information.

Conditional execution

To execute this post-function based on the result of a Nunjucks template see Conditional execution.

Run As

  • Run as current user

The current user will be the author of the assignee change.

  • Run as add-on user

The add-on user will be the author of the assignee change. 

  • Run as this user

Any user selected in this field will be the author of the assignee change.

If you select any option other than "Run as add-on user", so that the assignment appears to be done by the current user or a specific user, the selected user will need to have the Edit Issues permission.

Delayed execution

To delay the execution of this post-function see Delayed execution.


Use case

A typical use of this workflow post-function is to assign an issue to the last member who belongs to a specific project role. Consider a use where on reopening a ticket you want to re-assign the issue to the developer who last worked on the issue. To configure it:

  1. Add the “Assign to last role member” post-function to the “Reopen” transition of the workflow

  2. Select the project role as “Administrators”

  3. Save the post-function

  4. Publish the workflow

See here for more use cases.

  • No labels