Is it possible to an user fill a linked or intern form, creating an issue automatically, sending the user a number of service? if possible, which is the better way?
I'm not sure what you're trying to achieve here - you could simply get your users to use "create issue" in Jira itself. If you want something outside Jira, then you'll need to write the "form", host it on a server/url somewhere and write some code behind it to post to Jira OnDemand via REST.
Or, you might want to have a look at Jira's "Issue Collector" too. The "better" way to do this is generally to use Jira as intended.
Thanks!!!
I meant something outside Jira, just like Google form, is it possible to link then using REST? I'll try Issue collector too...
What about return the user an identification number?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, exactly as I said, you'll need to create something to provide the form and then post data into Jira via REST
I'm guessing by "identification number", you mean "Jira issue key" - you'll need to do some coding to work out how to fetch that back from Jira via REST
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can create your own custom forms with dynamic behaviour using our add-on Jirassimo IntakeForms
Vlad
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can do Google Forms + Zapier -> JIRA. The only requirement is that your JIRA installation needs to be externally accessible (outside your corp network).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi- I've tried using Google Forms to collect end user data- when an end user responds to the questions in the Google Form, the Form sends an email notification (using the Form Notifications Add-On) to JIRA and JIRA generates a ticket, BUT the information in the ticket is not very useful (it tells you that someone filled out the form, gives a link to the blank form). The only way to figure out who filled out the form and what the responses were is to match the time stamp of the response to the Google Form and when the ticket was generated in JIRA. What is REST? Can REST be connected directly to JIRA or is JIRA OnDemand required? When REST posts the data into JIRA, what does the data look like- is it organized and easy to understand for those who are dealing with the ticket? Thank you in advance for your help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.