Earlier I created a form using Confiform without WebService and it was working fine.
1. It was able to attach a file to the Jira Issue.
2. It was able to show a Jira reference (by using iftttresult) via notification post submission of the form.
3. I was also able to use if and else conditions in the JSON part.
Now, because I want users outside the project too to access and raise tickets via Confiform, I used WebService connection, and now even though I am able to create the ticket. But above things are not working for me.
welcome to Atlassian community
Hard to tell what does not work for you, but have a look at the end-to-end example on this here
Hope it helps
Alex
@Alex Medved _ConfiForms_ Thanks
I tried this but is not working for me. Though I am able to understand where the problem is, I am unable to reference the Jira key.
1. Can you help me with how to create a Jira Key in Form and reference it within the Form?
2. Similarly once the Jira Key is created, what is the format I can give in order to attach the file in the same Jira Issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is not working for in the example?
It is hard to tell when you just say - it is not working for me.
In the example the response from the IFTTT that creates Jira issue is stored into the field (whole JSON response into the text field named "jk"). Then it is referenced via [entry.jk.asJSON.key] to get the key only
You have asked the questions that are really answered by the example I have shared... I am really confused with what shall (could) I add (more)...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
While I am trying to create the ticket, the ticket is being created on Jira but on notification, it shows:
Even though I have selected the WebService Connection.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Alex Medved _ConfiForms_ Thanks Alex I was able to resolve the issue, for the attachment part I was actually putting it before the iftttresult part hence it was not capturing the key. The rest of the issue was solved with the help of referencing [entry.jk.asJSON.key], I was referencing it just [entry.jk] earlier.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you catch the news at Team ‘25? With Loom, Confluence, Atlassian Intelligence, & even Jira 👀, you won’t have to worry about taking meeting notes again… unless you want to. Join us to explore the beta & discover a new way to boost meeting productivity.
Register today!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.