Hi all,
So I have an idea that I'm not able to fulfill on my own.
I'd like to save tickets description to a confluence page upon transition.
So, I can have some kind of technical documentation stored automatically
For example when I move my tickets from IN PLANNING to TO DO
then on this trigger, a confluence page would be created with the ticket's title and description.
I was trying to solve this issue via Jira automation as it allows to crate confluence pages on triggers, but I got no clue how can I transfer the description.
Or should I set up a specific template in confluence?
I'd appreciate any thoughts
Thanks in advance
See the answer on this page https://community.atlassian.com/t5/Automation-articles/Automation-feature-roundup-Permissions-forms-and-connections/ba-p/2073728
I had asked about adding content from the Jira ticket to the page body but the answer was
"Currently, adding content to the page body isn't possible, because all the action does is create the page; it doesn't touch the content itself. But this is good feedback, and we'll certainly take it on board and think about it."
Thank you so much for this clarification.
Now we only have to wait :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Oleksandr Suprun a workaround would be to use the action "Send Web Request" to send a call to the Confluence API. I tested this a while back and it worked, including adding data from the Jira issue into the body of the page. I was putting it into a table but didn't go any further into testing page layout. See https://developer.atlassian.com/cloud/confluence/rest/api-group-content/#api-wiki-rest-api-content-post
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Oleksandr Suprun , interested to know why one would like to copy the description of a Jira issue to a Confluence page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well for me - Confluence is a much more convenient way to store project documentation rather than just keeping it in the Jira tasks
So I wonder if there is a possibility to copy tasks description automatically to Confluence.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are totally right about Confluence being a better place for documentation. That is why it is a very common scenario that requirements often get documented in Confluence first and Jira issues get created afterwards.
I took the effort to create a full example of what that might look like:
The idea is that you start in Confluence instead of Jira. Create a single page for each epic and add your story summary and description in a table (1 row for each story).
If you make sure to create your Epic in Jira and link it to your Confluence page, you will be able to create Jira issues in bulk an link them to your Epic, using 2 columns from your table as summary and description:
The actual text in my first screenshot describes the steps to do all this.
This is the Epic in Jira, with all linked stories. I did not type a single word in Jira to create all this, just created all the issues from my Confluence documentation:
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your answer. That's kinda the way we are doing it right now. I was wondering if this can be done the other way around.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you catch the news at Team ‘25? With Loom, Confluence, Atlassian Intelligence, & even Jira 👀, you won’t have to worry about taking meeting notes again… unless you want to. Join us to explore the beta & discover a new way to boost meeting productivity.
Register today!Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.