Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Help me!
I want to click Ok status button -> Screen will display dialog that I fill into form input -> I click submit form after that status change.
I am developing a jira plugin with java code
How can I do it ?
omg, it so easy
https://confluence.atlassian.com/jirakb/mapping-a-screen-to-a-workflow-transition-720634253.html
Add those field to the view issue screen to see then after the transition is excited
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks u so much @Neta Elyakim. Can I customize that dialog by code in jira add-on I am developing ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In the rest docs, there is a rest API option to add tab- and then you can add a field to a tab.
https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/#api/2/screens-addTab
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register Now
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.