Hello,
I created a form for our onboarding procedure. Some fields are drop downs and some fields are plane input text fields. How I can create a jira ticket in a specified project out of that, where the subject will be set automatically by some field inputs?
Best regards
Thorsten
You can also look at ConfiForms app for creating Jira issues from Confluence forms
Hi @Alex Medved _ConfiForms_ , that sound quite good. I will try it later in our. Confluence. Hi I can add the values of the field to the description in the created ticket?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is a matter of mapping the ConfiForms fields with Jira issue fields - for example here, https://wiki.vertuna.com/display/CONFIFORMS/Creating+JIRA+issue+from+Confluence+with+ConfiForms?preview=/1212664/1212663/jira-form-def4.png
You can see that field "description" in Jira will be filled with the value of "details" field in ConfiForms
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It works!!! Great! Thanks. Just one question. While using
"description": "[entry.FirstName]\n[entry.LastName]\n[entry.StartingDate]\n[entry.Position]\n[entry.Notebook]",
the fields Position and Notebook are drop down fields in my form where the values are defined in the field with id and label. After creating the Jira tickets the id of the value and not the value itself will be inserted to the ticket. How I can insert the Label/value instead of the id?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And another question just fort improving the usability. Is it possible to get a confirmation dialog after successfully creation of there jira task or successfully sending?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For dropdown fields you can access labels, by doing
[entry.Position.label]
See more details for available properties in each field type here https://wiki.vertuna.com/display/CONFIFORMS/Accessing+field+values+and+properties
As for the confirmation message see and set the corresponding parameter in the ConfiForms Registrations Control (FormView) macro
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Alex Medved _ConfiForms_ , Thank you for your help today. Now it works. The final form works better than expected and will help my HR team.
Best regards
Thorsten
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Glad to help and very nice to hear it works well for your needs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Alex Medved _ConfiForms_ , we have an unexplainable problem. When I send the form it works. If another user sends it, he gets the following error with the same data.
Do you know why that happens?
With best regards Thorsten
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What does it tell in the error? (I dont understand German!?) Does the user who attempts to submit the form has enough permissions in Jira to create issues of this type?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"The choosen issue type is wrong". Normally that user can create that issue type in Jira in the same project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you confirm the user can access the Jira project and create issues of the "Aufgabe" type?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In the Jira project the user itself has the access to create such a task.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It must be an access and permissions issue. Could you please open the ticket with us and provide your form configuration and json reported in the error?
https://wiki.vertuna.com/display/VERTUNA/Support+Request+Form
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just to confirm the outcome - issue type "Aufgabe" was incorrect and that has resulted in the error mentioned earlier
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Issuetype "Aufgabe" was coireect but I had to use the id because of a not correct naming of our fields. Now it is solved
Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Short question: How I could the new created task add to a existing epic?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Quick search on community shows this
With ConfiForms you can call any API, as long as you have an application link established or web connections setup
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
OK. But how I can integrate that into my json. Your site explains only the version with calling the Rest API.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
After some internal discussion rounds I found the 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.
In Confluence which is already linked to Jira using application links. Just highlighting the text will bring a pop up to create an issue in Jira. However that works for simple use cases. In your case, you might need to use ScriptRunner to create an issue in Jira using REST API or Application Links. There might be an app as well for doing this which I never used. Just wondering why create a form in Confluence, why not Jira directly?
Ravi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks for your fast answer. I know your 1st solution. But that will put all values in the subject field. The other problem is, that it will put the complete list of a dropdown field in the output and not the choosen value only.
Your 2nd idea with creating a form in Jira directly. How to do this? We have no admin rights and the process of adjusting the workflow is really slow. Is there a ways to do this without admin rights?
Best regards Thorsten
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
1. Read this for more details: https://confluence.atlassian.com/doc/use-jira-applications-and-confluence-together-427623543.html
It is a bit limited when it comes to the fields but if the data is in a table, it can pick the fields and you can map it to your Jira issue fields.
2. You need to be an admin.
3. Also look at embedding Jira's issue collector on Confluence page: https://confluence.atlassian.com/adminjiraserver/using-the-issue-collector-938847338.html
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.