NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Scrollbar

...

To put a link On a wiki page, to add a link that points to a single JIRA issue, you have the following options:

Create a link using markup

Enter on a wiki page, enter a shortcut in the wiki markup, for example:unmigrated-wiki-markup

Code Block

...

[TIGER-1@JIRA

...

]

where TIGER is the key (typically frequently your project name with no spaces) and 1 is the issue number and @JIRA is the shortcut for the part of the URL that is common for all issues on in a particular JIRA siteproject. Wiki MarkupThe following markup, \

The following, inserted in wiki markup

Code Block
[TEST-3@JIRA

...

]

produces this link: [TEST-3@JIRA]. Click the link to see the page for the TEST-3 issue on the CBIIT JIRA site, [httpin the Demo Project (TEST) JIRA project.

Create a link by pasting

  1. In Jira, copy the URL for the issue. 
  2. In your wiki page, paste the URL. Confluence automatically converts it to a link and then to a Jira macro. 
  3. Press Ctrl+Z or click the Undo icon in the toolbar. The URL is now a link. 
  4. Consider deleting the following string from the link text, leaving behind only the issue ID. 

    Code Block
    https://tracker.nci.nih.gov

...

  1. /browse/

Here is an example link produced with this pasting method: TEST-3

...