Hi There,
I have a requirement to sync the Jira issue field values to a confluence template,
when a user creates a ticket in the Jira, the values need to be in the confluence page with out own custom template , Dynamically the field values needs to be change when the value changed in the Jira issue.
Issue | {{issue.Key}} |
---|---|
Summary | {{issue.Summary}} |
Description | $issue.Description |
Author | $issue.Reporter |
Environment |
I need only few fields like above .I have tried to get it in above way, tried all the possibilities but its not working .
Please let me know if you need more information on the same .
Regards,
Ravi
Have you considered simply adding the Jira issue macro with table format and include the desired fields?
Thanks @jack
let me explain ,, we have a automation rule to create a confluence page when an issue has been raised , so we need the issue fields to copied to the custom template and create page through automation .
In the template what I need to use to get the filed values of the current issue .
do we have possibility to get the filed values of an issue to be sync here and create page with the values .
Regards,
Ravi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I see. I have not played with creating Confluence pages with automation as yet. Here is what I found in the docs below. It seems the capabilities are not up to your needs as I read it.
Use smart values here: Yes
Creates a Confluence page (or blog) in an Atlassian Cloud site of your choosing. Note that this creates the Confluence page, but it doesn’t enter any content. This means while you can define the page title using smart values, the automation rule can’t define any of the page content.
Requires a connection between your Jira project and Confluence. Learn more about using Jira automation with Confluence.
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.