Copy Issue Link is a Jira plugin that lets you copy a Jira Issue key & title to your clipboard in one click. You can also use a custom template to include more data and personalize the copied text.
git
branch names?Yes, you can create up to 4.
Yes. Navigate to the configuration page (as descirbed in FAQ #1), and create a button with a Custom Template
value of $ISSUE_KEY_PLACEHOLDER
:
When you click that button on a Jira Issue, an issue key (e.g. PROJ-18
) will get added to your clipboard.
Yes. Navigate to the configuration page (as descirbed in FAQ #1), and you will find a checkbox option under to disable the default button under Advanced
:
Yes. Check out the, Advanced Placeholders
section of the configuration page. You can use modifiers like LOWERCASE
, DASHEDWHITESPACE
, and INITIALS
to alter the text before you copy it:
git
branch names?Yes.
For example, if you wanted git
branch names like <user>/<issue-key>-<issue-summary>
, you could create a button with a Custom Template
value of:
git checkout -b $ISSUE_ASSIGNEE_PLACEHOLDER_LOWERCASE_DASHEDWHITESPACE/$ISSUE_KEY_PLACEHOLDER-$ISSUE_SUMMARY_PLACEHOLDER_LOWERCASE_DASHEDWHITESPACE
An example rendered value for the preceding template might be: git checkout -b peter-rabbit/PROJ-18-fix-bug-in-mobile-app
.
Yes, you can access the Copy Issue Link plugin in two places: (1) below the Issue Summary or (2) in the pane to the right of the Issue:
Yes, click the ...
menu on the Copy Issue Link portal under the Issue Summary and then click Remove
to temporarily hide the plugin. When you’re ready to re-open the plugin, click the Copy Issue Link
button again at the top of the Issue:
You can create a support request through our support portal.