The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Extending Create Issue Handler to perform fixVersion and component sorting

Greg Sienkiewicz
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 24, 2013

We are currently using the Jira 4.x with the Advanced Email Handler (https://marketplace.atlassian.com/plugins/plugin.jmh). Specifically we are using this handler to filter incoming emails for fixVersion=, affectVersion= and component=. Unfortunately as Jira 5.x breaks the Advanced Email Handler functionality due to API changes, and as a result when we upgrade from Jira 4.x to 5.x our users will loose this functionality.

Is there a way for us to access the default Create Issue Handler code in order to implement methods to handle these three additional fields?

Greg

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Deleted user
January 25, 2013

You can access JIRA source code via your JIRA license entry on my.atlassian.com.

Just a thought, but JEMH that is JIRA 5.x compatible, supports all fields including the above, and with the @key=value format. Perhaps that would be more cost effective than developing and supporting another plugin?