Hi !
I'm using Atlassian Software and i would like to implement jira fields into my Confluence page using Jira Automation.
My need is :
-> When my issue is Done , then
-> create a Confluence Page
-> and use my field "customfield103" into my created Confluence Page
I could seed that some third party app are available to do that, but don't you have a resolution from Atlanssian directly ?
Thanks for you reply,
Respectfully,
Hello @CHALAYE-HENRI Corentin
Welcome to community!
It's possible using Jira Automation but there is no easy way to do it. You can use a web request and fill your page with custom datas.
I see that you already checked the marketplace but we indeed developed an application exactly for this kind of need, very easy to use. It's called Elements Publish.
In your case:
That way, you have a recipe that you can easily update, modify and layout the way you need.
Feel free to give a try, it's free during 30 days (and remains free under 10 users).
Let me know if you have any question!
Regards
Thibaut
Hi @CHALAYE-HENRI Corentin , welcome to the community.
You can create an automation rule to achieve this. However the questionable piece is the custom field. It will basically follow the following structure.
trigger - issue transitions from Any to Done
condition - some conditions to ensure you not action as desired
action - create confluence page
I do not know what your goal is with the Custom field but that needs some further consideration and possible scripting within Confluence when the page is created. Note that there will be a link to the Confluence page within the issue triggering the rule.
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.