I am trying to use confiform to create jira issue which should have attachments in it. I have used the below IFTTT integration rules.
{ "fields": { "project": { "key": "project id" }, "summary": "[entry.summary]", "description": "[entry.description.escapeJSON]", "components": [ { "name": "components" } ], "issuetype": { "name": "Bug" }, "labels":["any_lable"], "customfield_12985": {"value": "3"} } }
How do I include the attachment form in the above rules?
Hi
You just add a ConfiForms Field macro that references your "file" field in ConfiForms into the IFTTT macro body
And that will be uploaded to Jira
https://wiki.vertuna.com/display/CONFIFORMS/Creating+Jira+issue+from+Confluence+with+ConfiForms
Alex
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.