I want Comment field value and Resolution field value from this screen
It's stored when the user makes the change.
In what context are you trying to "get" this value? Read the history? Code for an add-on? Code for a Connect add-on? Remote system over REST? Email template? etc...
When I am trying to resolve issue. JIRA resolve screen will open. there are two fields resolution and comment. I am calling post function on this transition.and I want these values from screen in my post function module which is added in my plugin.
Which JIRA api is used to fetch that value in that post function
I want code for an add-on
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Right, so it's a post-function add-on. From memory, I think you can use issue.getModifiedFields() to find out what fields were changed during the transition. That should at least get you the resolution, but I'm not sure if it would get the comment.
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.