Documentation for JIRA 5.1.x. Documentation for other versions of JIRA is available too.
The JIRA Issue Navigator enables you to display your search results in XML format, suitable for use with the Confluence JIRA Issues Macro, for example. (Also suitable for use as an RSS 0.9.2 feed. Note: for an RSS 2.0 feed, please see 'Receiving Search Results via RSS'.)
You can choose which fields to include in the XML output, as described below.
To display your search results in XML format,
field
* parameter as described below.tempMax
parameter. The default is 1,000 issues (i.e. tempMax=1000
).On this page:
To restrict which issue fields are returned in the XML export, specify the field
parameter in your URL. For example, to include only the Issue key and Summary, add &field=key&field=summary
to the URL.
Note:
field
parameter is not specified, the XML output will include all the issue fields.field
parameters are specified, the XML output will contain only the Issue key plus your chosen field(s).The complete list of available values for the field
parameter is as follows:
Value |
Sample XML output |
Notes |
---|---|---|
|
<title>[TEST-4] This is a test</title> |
|
|
<link>https://extranet.atlassian.com:443/jira/browse/TEST-4</link> |
This is a 'permalink' to the issue. For links between issues, see * |
|
<project id="10330" key="TST">Test</project> |
|
|
<description>This is a detailed description of the issue.<description> |
|
|
<environment>Sydney network<environment> |
|
|
<key id="22574">TEST-4</key> |
|
|
<summary>This is a test<summary> |
|
|
<type id="3" iconUrl="https://extranet.atlassian.com:443/jira/images/icons/task.gif">Task</type> |
|
|
<parent id="22620">TEST-5</parent> |
Only relevant if the issue is a sub-task. |
|
<priority id="4" iconUrl="https://extranet.atlassian.com:443/jira/images/icons/priority_minor.gif">Minor<priority> |
|
|
<status id="5" iconUrl="https://extranet.atlassian.com:443/jira/images/icons/status_resolved.gif">Resolved</status> |
|
|
<resolution id="1">Fixed</resolution> |
|
|
<labels> <label>focus</label> <labels> |
|
|
<assignee username="jsmith">John Smith</assignee> |
|
|
<assignee username="jsmith">John Smith</assignee> |
|
|
<security id="10021">Private</security> |
Only relevant if a security level has been applied to the issue. |
|
<created>Mon, 1 Sep 2008 17:30:03 -0500 (CDT)>/created> |
|
|
<updated>Mon, 1 Sep 2008 17:30:03 -0500 (CDT)>/updated> |
|
|
<resolved>Mon, 1 Sep 2008 17:30:03 -0500 (CDT)>/resolved> |
|
|
<due>Mon, 1 Sep 2008 17:30:03 -0500 (CDT)>/due> |
|
|
<version>2.4.7</version> |
|
|
<fixVersion>2.6</fixVersion> |
|
|
<component>Documentation</component> |
|
|
<votes>1</votes> |
|
|
<comments> <comment id="39270" author="jsmith" created="Tue, 24 Feb 2009 16:45:02 -0600 (CST)">this looks familiar</comment> <comment id="39273" author="jbrown" created="Tue, 24 Feb 2009 16:48:16 -0600 (CST)">to me too</comment> </comments> |
|
|
<attachments> <attachment id="30318" name="Issue Navigator - Atlassian JIRA-2.png" size="16161" author="yoz" created="Mon, 9 Feb 2009 13:32:58 -0600 (CST)"/> <attachment id="30323" name="Windows XP (with Firefox 3.0).jpg" size="5802" author="vbharara" created="Tue, 10 Feb 2009 00:30:11 -0600 (CST)"/> </attachments> |
Only available if your administrator has enabled attachments. |
|
<timeoriginalestimate seconds="600">10 minutes</timeoriginalestimate> |
Only available if your administrator has enabled 'time-tracking'. |
|
<timeestimate seconds="300">5 minutes</timeestimate> |
Only available if your administrator has enabled 'time-tracking'. |
|
<timespent seconds="300">5 minutes</timespent> |
Only available if your administrator has enabled 'time-tracking'. |
|
<aggregatetimeoriginalestimate seconds="36000">10 hours</aggregatetimeoriginalestimate> |
(ie. aggregate time for the issue plus all of its sub-tasks.) Only available if your administrator has enabled 'time-tracking'. |
|
<aggregatetimeremainingestimate seconds="18000">5 hours</aggregatetimeremainingestimate> |
(ie. aggregate time for the issue plus all of its sub-tasks.) Only available if your administrator has enabled 'time-tracking'. |
|
<aggregatetimespent seconds="18000">5 hours</aggregatetimespent> |
(ie. aggregate time for the issue plus all of its sub-tasks.) Only available if your administrator has enabled 'time-tracking'. |
|
<timeoriginalestimate seconds="600">10 minutes</timeoriginalestimate> <timeestimate seconds="300">5 minutes</timeestimate> <timespent seconds="300">5 minutes</timespent> <aggregatetimeoriginalestimate seconds="36000">10 hours</aggregatetimeoriginalestimate> <aggregatetimeremainingestimate seconds="18000">5 hours</aggregatetimeremainingestimate> <aggregatetimespent seconds="18000">5 hours</aggregatetimespent> |
This is a convenient shorthand way of specifying all of the above six time-tracking fields. (Only available if your administrator has enabled 'time-tracking'. ) |
|
<issuelinks> <issuelinktype id="10020"> <name>Duplicate</name> <inwardlinks description="is duplicated by"> <issuelink> <issuekey id="22477">INTSYS-1009</issuekey> </issuelink> </inwardlinks> </issuelinktype> </issuelinks> |
|
|
<subtasks> <subtask id="22623">TEST-8</subtask> </subtasks> |
|
|
<customfields> <customfield id="customfield_10112" key="com.atlassian.jira.plugin.system.customfieldtypes:select"> <customfieldname>Department</customfieldname> <customfieldvalues> <customfieldvalue>Adminstration</customfieldvalue> </customfieldvalues> </customfield> </customfields> |
(where "xxxxx" is the id of a given custom field. E.g. this output is the result of specifying |
|
<customfields> <customfield id="customfield_10112" key="com.atlassian.jira.plugin.system.customfieldtypes:select"> <customfieldname>Department</customfieldname> <customfieldvalues> <customfieldvalue>Adminstration</customfieldvalue> </customfieldvalues> </customfield> <customfield id="customfield_10111" key="com.atlassian.jira.plugin.system.customfieldtypes:select"> <customfieldname>Expenditure Type</customfieldname> <customfieldvalues> <customfieldvalue>Operating</customfieldvalue> </customfieldvalues> </customfield> </customfields> |
|
http://jira.atlassian.com/browse/TST-1?os_username=tester&os_password=tstpassword
). The problem with this method is that it transmits your username and password across the wire in clear text, which may not be an option for some users.http://mycompany.com/anypage?os_authType=basic
). This will force the server to issue a challenge for user credentials (i.e. a login prompt) via the basic http authentication protocol. If you are running over SSL, you still need to specify the os_authType=basic parameter if you require the user to authenticate.