How to add a value in custom field based on the Assignee

Kishore J August 7, 2013

· I need a value in custom column “Build” if the “Assignee” is any of the following:

o Mathew;

Jhonney

If i I need a value in custom column “TestD” if the “Assignee” is any of the following:

o xx@yy.com;

2 answers

0 votes
Kishore J August 7, 2013

Hi Nic,

I am new to JIRA. Can I have any link or example how to implement the script runner plugin or listener?

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 7, 2013

The plugin can be installed via the UPM, so that's pretty standard.

Using it is a different matter - it's very powerful, which usually means complexity. Fortunately, Jamie is an excellent writer as well as developer. See https://jamieechlin.atlassian.net/wiki/display/GRV/Script+Runner

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 7, 2013

I'd use the script runner plugin to write a post function or listener that reads the assignee field and updates Build or TestD appropriately

Suggest an answer

Log in or Sign up to answer