Is there a plugin to create jira from confluence page?

Neelima Kandukuri March 4, 2013

I am looking for a plugin to create Jira from confluence page. Basically it need to take Title and Detail of page and create Jira with Summary and Description.

1 answer

1 vote
Bob Swift OSS (Bob Swift Atlassian Apps)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 5, 2013

There are ways discussed before to contruct a url to link to the JIRA create issue support and fill in parameters. You can use the Run Plugin for Confluence to construct a user form to drive that. If you want to create the JIRA item directly under the covers for the user, then CLI Plugin for Confluence can remotely create the issue.

Andrei [errno]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 3, 2013

Bob, do you have an example code for Run plugin to construct a form and redirect immediately? thanks

Bob Swift OSS (Bob Swift Atlassian Apps)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 3, 2013

You only need the run plugin if you want the user to enter data before going to the link. Here is an example link:

http://server/secure/CreateIssueDetails!init.jspa?pid=14465&issuetype=4&assignee=admin&reporter=admin&priority=3&components=C1

Andrei [errno]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 3, 2013

well - i'd like to have a form so they choose which ticket type to create, + use currently logged-in user as a reporter + add summary

Bob Swift OSS (Bob Swift Atlassian Apps)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 4, 2013

I misunderstood your redirect immediately. You mean after button press. Don't have a specific example off hand, but, you will need the Redirection plugin

Suggest an answer

Log in or Sign up to answer