I am using the Jira Issue Collector to submit multiple issues from a .html file. Suppose there is a section labeled "Missing info" with 10 issues under it, each with its own Issue Collector button. How could I program it so that by clicking one button, the collector would loop through and submit each issue without me doing extra work? Do I need to run a script or customize a trigger?
I thought of triggers, but they are mainly to customize how the dialogue box looks. I tried going into the Jinja templates and changing where the anchor tag is to "Missing info", but then that would submit ten issues as one issue.
I am lost. Any help would be great, thank you!!
Hello,
You can not do it out of the box.
You would need to develop a plugin to add a web panel below the attachment panel and then add a custom field there.
Thank you Alexey.
I am aware of that . But wondering if you have any Document which defines steps needed to create a plugin..
Appreciate your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can fine a tutorial here:
https://developer.atlassian.com/server/jira/platform/adding-content-to-the-jira-view-issue-page/
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.