How do I assign to a user automatically via transition based on a custom user picker field?

Andrea Melde October 18, 2016

We have multiple team member that work with a issue  (Business Analyst, Tech, QA) and the workflows transition between based on the development and testing phase we are in.

Is it possible to automatically assign to user that is selected in a custom field when a workflow is transitioned? For example, I want to created a custom user field to indicate which team member is working from the BSA side, Tech side and QA side. Then when the workflow transition from "SIT Passed" and is assigned to the QA and then transitions to "Ready for UAT" is automatically assigned to the user selected as "Developer".

2 answers

0 votes
Fidel Castro
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.
October 18, 2016

You can do it using "Copy a parsed text to a field" post-function of JIRA Workflow Toolbox add-on using the following configuration:

  • Target field: Assignee
  • Parsing mode: basic
  • Text to be parsed...: %{nnnnn}

replacing nnnnn with field code of User Picker custom fields containing the user you want to assign the issue to. You will find a field code injector in the configuration page of the post-function. Look at the screenshot:

Captura de pantalla 2016-10-18 a las 23.11.41.png

Anyway, maybe there is a free alternative to implement this simple use case.

 

0 votes
Tuncay Senturk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 18, 2016

Hello Andrea,

It is possible with Enhancer Plugin's Assign issue to the user in custom field post function feature.

 

Suggest an answer

Log in or Sign up to answer