Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Link to a confiform

C
Contributor
June 4, 2019

Hi

Need some help please

I have a confirform setup and when a specific status is modified to "ok" it creates a JIRA ticket and I can get the Issue Key back to the Confiform page

Is it possible on this "On Mondified" action to push a link to the specific Confiform to display on the JIRA ticket though as well?

 

 

2 answers

0 votes
Alex Medved _ConfiForms_
Community Champion
June 4, 2019

Look at this demo page

https://wiki.vertuna.com/display/TEST/Create+Jira+issue+with+webservice+connection+with+files+and+remote+links

There is an IFTTT macro that creates a remote link back to Confluence (not to entry, but to the page you tell)

<ac:structured-macro ac:macro-id="d4d6ee84-0f33-4713-b0c4-04baad175345" ac:name="confiform-ifttt" ac:schema-version="1">
<ac:parameter ac:name="action">WebService Request</ac:parameter>
<ac:parameter ac:name="extras">4bb4c41a51f289a07507d50a1b841a4d</ac:parameter>
<ac:parameter ac:name="event">onCreated</ac:parameter>
<ac:parameter ac:name="title">/rest/api/latest/issue/[entry.jk.asJSON.key]/remotelink</ac:parameter>
<ac:parameter ac:name="additionalContext">file</ac:parameter>
<ac:parameter ac:name="extras2">X-Atlassian-Token: no-check;</ac:parameter>
<ac:parameter ac:name="who">POST</ac:parameter>
<ac:rich-text-body>
<ac:structured-macro ac:macro-id="56a89f71-7d60-496a-ab45-2d6f6db4bd34" ac:name="noformat" ac:schema-version="1">
<ac:plain-text-body><![CDATA[{
"object": {
"url":"https://wiki.vertuna.com/pages/viewpage.action?pageId=[entry._page.id]",
"title":"[entry._page.title.escapeJSON]"
}
}]]></ac:plain-text-body>
</ac:structured-macro>
</ac:rich-text-body>
</ac:structured-macro>

Hope this helps

C
Contributor
June 4, 2019

Thanks - unfortunately no as its just to the confiform page not the entry - but thanks for the response

C
Contributor
June 6, 2019

Thanks but that looks like a link back to the Confiform page, not the specific data entry

Suggest an answer

Log in or Sign up to answer