TheĀ Assign to Project Role post function assigns an issue to a user in a project role. In case there is more than one user with the project role, you can set a user as default for a project role in a project.

You can use this functionality with every post-function in the plugin that allows you to write on any field of type User or Multi-User.


Configuration

Select the project role the user should retrieve from.

Choose between:

  • Administrators
  • Developers


Select the option to define the user who will be assigned to the issue.

Choose between:

  • Default user for project role
  • Default user for project role, except if current assignee is already in project role
  • Last user in project who has had the issue assigned
  • Last user in project role who has had the issue assigned, or lacking that to default user for project role
  • Previous user in project role who has had the issue assigned
  • Previous user in project role who has had the issue assigned, or lacking that to default user for project role
  • Random user among those in project role, except if current assignee is already in project role
  • Random user among those in project role different from current assignee
  • Least busy user om project role
  • Least busy user in project role, except if current assignee is already in project role
  • Next user in selected and project role according to round-robin algorithm
  • Next user in selected and project role according to round-robin algorithm, except if current assignee is already in project role



Choose which user* will be able to execute this post function. By default it is set to the Current user.



Use cases and examples




Tech review

Style guide



Short descriptionAssign the issue to default user for a certain project role, or last assigned user in a project role.
Label