Hi,
After creating the issue in JIRA , one custom info message will come saying "abc-1234" issue has been created.
Similarly can we trigger message after the executing the transition saying "abc-1234" issue has been approved/rejected..etc. If yes, please let me know the procedure.
Thanks in advance
Not without hacking some code into the core of JIRA. The workflow functions simply don't have any hook for this, the message is implemented on the screens from which you've clicked "create", and you'd need to make the connection from workflow to screen.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you requesting a message on screen or an email message to be sent with this comment? If you want to send specific emails then this can be achieved without resorting to major rewrites of the core by creating appropriate email templates for the messages and then triggering an event to send that particular email.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am requesting for message on screen. Not about the mails.
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.