Hi Amith - Welcome to the Atlassian Community!
I suggest you give Rovo a try from the Confluence page. Navigate to the Confluence page, click on the blue Create button at the top of the page, and then select Create with Rovo.
Then have a conversation with Rovo about what you are trying to do.
You get some really good advice here if you wanna give Rovo a try. Actually, Rovo is becoming more powerful lately in your specific situation and overall.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Arkadiusz Wroblewski / @John Funk
Thank you for replying to my concern. Please find the below problem statement which I am working on.
We are building an automation that generates a Jira User Story directly from a structured Confluence page. The Confluence page acts as a single source of truth containing:
The automation constructs a "Create Issue" URL (CreateIssueDetails!init.jspa) with pre-populated fields so that clicking the link on the Confluence page creates a fully-formed Jira Story without manual data entry. US is created through a trigger action eg: Confluence page status change / Button etc.
Why Automation Is Needed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Personally, I’d recommend a setup that combines the best of both tools. You can use Rovo on the drafting side, as it's perfect for helping you summarize rough ideas or polish the initial text. From there, you should stick to native Automation or the REST API for the actual issue creation, which gives you a reliable, predictable process for the technical field mapping. For Repetitive Tasks Rovo is still too Unpredictable.
The whole process will work best if you build it around a strict Confluence template to ensure you always capture the exact data you need from the start. Finally, make sure to write the Jira key back to the page immediately after creation.
Storing that issue key directly on the Confluence page is the easiest way to act as a natural lock, completely preventing anyone from creating duplicate tickets by accident. Duplicates are really something you wanna avoid here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Arkadiusz Wroblewski
Thanks for the update, If possible if there are any documentation for this can you please provide. It would be of great help
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
there’s no single Atlassian doc for this exact end-to-end setup, but you can piece it together.
On the Confluence side, you’ll want to use a page status change or manual trigger or even a smart button along with smart values to grab the page data. For creating the Jira issue, the native "Create work item" action in Jira Automation is the easiest route. If you need advanced field mapping, you can use a "Send web request" action in Confluence to hit the Jira REST API instead.
Just remember the API requires fields to be on the create screen and uses Atlassian Document Format (ADF) for text fields.
You also need fairly broad permissions on both sides, and I would not recommend doing this on a Free subscription.
automation in Confluence | Cloud automation Cloud | Atlassian Support
Create Jira issues directly from Confluence with t... - Atlassian Community
Triggers in Confluence automation | Cloud automation Cloud | Atlassian Support
Jira automation actions | Cloud automation Cloud | Atlassian Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello and welcome to the Community @Amith V R
The best approach here really depends on two main things:
how your data is currently structured on the Confluence page? and whether you want these stories created completely automatically or with a manual review step first ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For this, you need to piece everything together as mentioned above. There will be a lot of "Try and Fail", that I am sure of.
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.