jira - Auto assign to team lead/developer on bug reopen -


in implementation of jira, have custom field called developer gets populated automatically (username) whenever move jira open fixed state. want similar fixed reopen transition. is, whenever tester changes status reopen, should go developer or project lead (in case field isnt populated custom field can overridden).

i tried implement post function, there isn't way can use or criteria. or there way?

you can post function on transition using script runner plugin if self-hosted jira instance allow great flexibility in logic fill target field in.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -