I need to prepend some descriptive text before the Summary upon issue submit. Is there a script I can run or post function?
Ex. - my descriptive text is "Oracle: "
User enters summary
Problem with my account
I want to update to
Oracle: Problem with my account
That is best done in a postfunction in the create transition.
Simply add a custom scripted postfunction with a single line of code:
issue.summary = "Oracle: " + issue.summary
Thanks @PD Sheehan
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.