Hello my friends
i had used "cwx publish issue (deprecated)" post function in my create issue transaction. in template of this postfunction i have a confiform form.
I want a field in my form to be filled automatically by issue key of "jira link" after registering.
Thank you
@Alex Medved _ConfiForms_
a new way just came to my mind
could you tell me a way to get "page title" of confluence automatically in a field on confiform?
Hi
Not really sure what this "1 Jira link" thingy is, but probably it appears when the issue has a back link to Confluence page
There is a bit technical example on our wiki on how you can set the remote link
And the ConfiForms IFTTT that is responsible for that is (in Confluence storage format)
<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>
So, basically it talks about posting some additional data to your Jira issue, and
/rest/api/latest/issue/<ISSUE_KEY>/remotelink service in particular
The example uses WebService Request action type, but could also be set up using AppLink Service (IFTTT) type
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello alex
this "1 Jira link" is the link of jira issue. According below according to my "create workflow post function" after creating each issue in jira, a page will be created in confluence and shown in "wiki page".
if you click on this link, below page in confluence will be appear
i want issue key of jira issue (in this example: TAR-814) to be filled automatically in a field of my confiform form.
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.
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.