Hi My requirement is get a graph (pie chart/bargraph) which shows Actual cost Vs Budget cost.
Is it possible in jira, if so can you please mention any plugins for that.
Here i am having separate custom fields for both Actual cost & budget cost
Thanks
Raju
@AsynchronousPreferred mentioned in the tutorial is probably your best choice. I don't see any reasons not to use it, it's very simple. As mentioned in this answer if you have an originally synchronous event, you can then re-publish it via EventPublisher creating your own Asynchronous Event.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Aren't JIRA listeners already asynchronous? Anyway, you can always create a new execution thread and let it do the rest of the work to avoid blocking the caller of your listener handler.
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.