I am trying to provide our users the ability to invoke the REST API of my JIRA instance from a confluence page. Eg. Kick off an issue creation by a button placed within a confluence page.
I would like the user to be prompted with a form on invoking the button, or provide input fields on the page as well.
What might be the best way of doing this?
Thanks!
High-level, it seems that one would have to create a jQuery based form and using the HTML widget but that is quite lame...
Time to start experimenting!
I've been looking and poking at this for my own purposes. If I find anything good and clean I will let you know. I'm personally interested in the best way to run a Curl or equivalent within Confluence. Have you considered using an Issue Collector? This is a built-in method of JIRA that can be embedded in Confluence Server pages. I gave a pretty extensive answer over here... https://answers.atlassian.com/questions/31654942/answers/31673943
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any suggestions?
Will I need to write a custom shell script to handle the webhook via HTTP request? or is there some other solution?
Thanks!
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.