Not sure how to Post Function this.
We want all resolution = defer to be assigned to a certain person. Is this possible to set in Jira Server?
Have a look at this post function
Assign to a user in a role, based on a field of issue post function
Hey Barbara, give this addon a try: Automation for JIRA
What you're asking for can be accomplished with the suite of automation tools provided, and it's relatively inexpensive (will depend on your user base though).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This would typically be accomplished by developing an Event Listener that inspected issues as they were modified and if it encounters a Deferred issue, to modify the assignee field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, you will need some code to implement a listener to do this. There are several automation add-ons that could help you do it - Automation for Jira and ScriptRunner for example.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.