Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I'm looking to have users register anonymously with information and upload files via confiforms confluence form to JIRA. I tried to follow above, but I'm guessing this is for server (I don't think on cloud I can just add macros) but getting 415 error when trying to attach the file (after ticket has been created, added to confiforms page).
With form above I'm able to capture data, create JIRA ticket (not shown), and then create confiforms entry (first IFTTT) with jira key and attachment.
The second IFTTT form is to add attachment. I have tried various headers, with and without content, with and without 'Set parameter name' to file, and with different api path (/rest/api/latest/issue/... vs /rest/api/2/issue/...). Most errors are coming back 415.
Not sure where to turn here.
Thanks for any help
Hi
All you have to do is to add a ConfiForms Field macro referencing your "file" field right inside the ConfiForms IFTTT macro body that creates/updates a Jira issue
(could be after your JSON mapping)
Alex
Thanks @Alex Medved _ConfiForms_ ...
I put field macro in (as below) on the original Create JIRA issue. I tried changing to webservice request as well - both results in the same 415 error.
My understanding is that for anonymous attachment, we need to create ticket and then add attachment to existing.
I also have the field macro in the WebService request to JIRA for adding the attachment after getting the ticket number. Should this be removed?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The 415 sounds like you are setting some content type that the api does not accept
see a comple example in our wiki https://wiki.vertuna.com/display/FORMS/How+to+create+a+form+to+create+a+Jira+issue+from+Confluence
hope it helps
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_ ,
Just to note here. WebService Request error message (415 still appears), but the attachments are uploaded to JIRA. Hoping to not use 'Ignore Error' here, will report back.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you still have 2 IFTTTs? You dont need the one that attempts to upload attachments
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.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register Now
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.