I saw a similar post but it was fairly old and not quite what I was looking for. I have a few custom fields that I want on all screens across all projects, including new projects as they get started. How can I do this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Listeners operate on JIRA via the public JAVA API.
In JIRA 6.2 an event was added called ProjectCreatedEvent. So I would catch that event and then operate on whatever you would like to.
Some related questions –
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How would I go about adding this listener? I have never done any JIRA Dev. I do know some Java so it can't be too hard, but how does it work with Jira? Specifically, how would I do this via the ProjectCreatedEvent listener?
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.
What post were you looking at before?
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.