Hello, is it possible to change the same colors in the print? As soon as someone moves the item to (MAINTENANCE) change the COLOR and when it goes to (RELEASED) change the color too?
Hi Jan,
<productPitch>
This is exactly the kind of use case we built ScriptRunner for JIRA Cloud for. Use the modify issue post function with the following code:
issueInput.fields.summary = "${issue.summary} ${issue.key}"Any issue fields can be read or set in this way not just the system fields.
</productPitch>
Regards,
Jon
Olá
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.