In the worflow, we have the 'field' Approved.
Issues need to be approved by an assignee, before they can be assigned to someone who starts the work on that isse.
I have a modified notification + worflow scheme that does not send an email on every update of the issue, just on a few updates like: Approved, Assignee Changed, Resolved.
Looking at the History of a Ticket, you'll see:
"Name" made changes - "date/time"
Status Open [ 1 ] Approved [ 10001]
when the issue has been approved (where Name is the approver).
(So I'm guessing) that Jira "logs" this info)
I'm trying to use these names/users (we have 2 approval fields in the workflow), so I can run an event on the listener in the workflow, to have Jira mail these Approvers that a ticket has been closed.
Of cos, I liek to have this done, where no user intervention is needed.
Anyone a suggestion on how I can accomplish this?
Those names are stored in custom fields I guess? If so, just read then using issue.getCustomFieldValue and then use it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I know how to add the listener + event to put it in the workflow, so when a step in the isse is reached, the email will be send.
Whatt I'm after, is: How do I get those names of those approvers, so I can use this there?
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.