Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira custom issuecollector

MrPy May 23, 2018

I want to be able to create a webform in Confluence that concatenates and populates the fieldvalues in the issuecollector. Is that possible ?

1 answer

1 accepted

0 votes
Answer accepted
Jason Galea
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.
May 23, 2018

Hi MrPy,

Here is a way on how you can achieve this.

  • On the Confluence Page use the HTML Macros and insert this code.
     
    • <script type="[COPY FROM JIRA ISSUE COLLECTOR]"></script>

       

      <button type="button" id="myCustomTrigger">Open Ticket</button>

       

      <script>

       

      </script>

       

          <script type="text/javascript">window.ATL_JQ_PAGE_PROPS =  {

              "triggerFunction": function(showCollectorDialog) {

                     //Requires that jQuery is available!

                     jQuery("#myCustomTrigger").click(function(e) {

                             e.preventDefault();

                             showCollectorDialog();

                     });

              }};</script>

You should be able to see a button and when clicked, the Issue form will pop up.

 

Cheers,
Jason

MrPy May 23, 2018

Thanks, but I want to use a html form to fill in data and when I click the button it opens the issuecollector and populates the values.

Jason Galea
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.
May 23, 2018
MrPy May 23, 2018

I thought so :(, thank you for your help.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events