Hi,
My 15 000 users don't want to modify manually Epic name when they modify Summary, they want the same value between both fields, automatically.
How can we do that, and not only when when we change status through script transition, but always Summary is modified,
Is it possible with Script Runner, with Sript fragment ?
Thanks...
Sebastien
You can't use script fragments, but you can use Behaviours or Script Listeners.
Script fragments are used to manipulate the JIRA UI, like added a panel, menu, menu item or adding css and js resources.
Behaviours manipulate screen fields and their data in real-time when the screen is open.
Script Listeners can (among other things) manipulate data in the backend in response to other changes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.