You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hi All,
I have create a plugin app to create a comment and this to issue. I have added this app to post-function of Create transition workflow.
The problem i am facing is the plugin app takes some time to give the reply (its intended). So the issue creation time is also increased until the app reply.
I would like to create the issue first, so that user is not waiting for reply from app. Later my app adds the comment to the issue. By doing this in post-function the creation time is getting increased :(.
If anyone has idea to do this, plz let me know.
Thank you
How are you testing the creation time?
During plugin development, jira runs as development mode which is very slow compared to production mode.
Adding a comment as a post function shouldn't impact the time of creation since, it will be cached in the production environment
Hi,
I am not running on the development mode. I am uploading .jar of my app to one of the local instance.
Actual running plugin normally takes time since its takes summary as input and do some calculation to write the comment.
What i need is, when user creates request/issue it should create normally and later this plugin app should fire the event, to write comment. when doing this in post-function, its looking like creation it waiting for plugin to execute and the page waits in loading state. This i want to avoid.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Aaah sorry for assuming mistakenly
To avoid sequential run of your script that adds a comment during creation you could listen to issue created event and add the comment as the event 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.
We often have questions from folks using Jira Service Management about the benefits to using Premium. Check out this video to learn how you can unlock even more value in our Premium plan. &nb...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.