Hello,
I want to create a project in Jira Server via Confiforms webrequest ifttt
So i did successfully first the connection link between the confluence and jira server.
Case: I created a form and in the form some fields. One field is a status and when a status's value changed and equel "approved" then would create a project in jira.
There are the Ifttt macro setting:
There is the Ifttt macro body
But After the onModified event came the following error:
Could anyone please help me to get this correctly?
Thank you
Hi
I suggest to look at the server logs to see the exact reasons for this action to fail
Also, try POSTing this JSON from the command prompt to verify it works, before setting up it in ConfiForms
Alex
Not sure what this screenshot illustrates, so I cannot comment
But I can answer "where" to try JSON code and where this should be done before complicating it with ConfiForms
https://developer.atlassian.com/server/jira/platform/jira-rest-api-examples/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Honestly i didn't find a case like mines! And there is no example about creating a project in jira via Confiforms. I have searched and didn't fide anything.
What would do you suggest to do in this case?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well, it was not about the case like yours... specifically
But shows how to send over the request to Jira.. of course you can have your OWN request... those are just examples
I mean, from the example like
you should be able to produce the one that you need... right? Just posting to a different URL and different JSON... seeing how it's done in example
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The easiest option to debug your Jira REST API call with ConfiForms is to create a simple form like this
This you can submit and receive a response back (if error), which will help you to identify what is wring with your JSON or WebRequest configuration
Hope it helps
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you too much.
The problem was authentication because i had created the web service without authentication!
The connection now is with authentication and it works :)
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.