Can the issue collector work as a static page?

Colton English June 27, 2015

Hi I'm trying to implement the issue collector as a navigable page.  What I mean by that is I'd like users to see a link that takes them to a page with the iframe for the issue collector such that I can control the user experience to a better degree.  

Is it possible to do this by extracting the iFrame from a webpage after a single use or does that iFrame expire?  Is there a better way to embed issue collectors into a static UI?

1 answer

0 votes
GabrielleJ
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 29, 2015

The Issue Collector is a JIRA plugin which will always display as a modal box, as coded.

 

The best I can suggest to you is that you just redirect people to a html page which will load the issue collector on load event. (which I did on some use cases).

Suggest an answer

Log in or Sign up to answer