Assignee issue depending custom field in jira.

Neeta Dubey May 15, 2014

Hi All,

Can issue be assigned in JIRA depending on the custom filed selected.

I'm aware of the component filed have similar funtion but this is already used at the time of create event.

Further task assignment in the workflow depends on the custom field in JIRA.

E,g Impact Area= example1 ticket will be assigned to Mr.A

if Impact Area= esxample 2 ticket will be assigned to MR. B

1 answer

0 votes
rambabu patina
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.
May 15, 2014

Hi Neeta,

Depending on customfield value you can assign to a particular user(You can map as value-user) on work flow post function. Try to use the work flow post function to get this.

Thanks,

Patina

Neeta Dubey May 15, 2014

Thanks for your suggestion however could you please elaborate more on (value-user) post funtion.

rambabu patina
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.
May 15, 2014

Hi neeta,

I mean value-user is map for the customfield value and user which need to assign. For example take your example, Impact Area= example1 ticket will be assigned to Mr.A

if Impact Area= esxample 2 ticket will be assigned to MR. B

Then you can put this value and user in map like {(example1,Mr.A),(esxample 2,MR. B)}.

In post function you can retrive the "Impact Area" values and once you get the value in the "Impact Area" you can assign the issue to value related User using the above map.

Could you please let us know if you feel any difficulty.

Thanks,

Patina

Suggest an answer

Log in or Sign up to answer