I need to keep if condition so that the issue is bug then only Put method execute in script listener in Jira.
If the issue is bug then only the put method needs to execute
Hi,
To get the issuetype value you could try this in your code :
issue.fields.issuetype.name
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.