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.
注意:
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:
値 |
XML 出力例 |
注意 |
---|---|---|
|
<title>[TEST-4] これはテストです</title> |
|
|
<link>https://extranet.atlassian.com:443/jira/browse/TEST-4</link> |
これは課題への "パーマリンク" です。課題間のリンクについては、後述の「 |
|
<project id="10330" key="TST">テスト</project> |
|
|
<description>これは課題の詳細な説明です。<description> |
|
|
<environment>シドニー ネットワーク<environment> |
|
|
<key id="22574">TEST-4</key> |
|
|
<summary>これはテストです<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">修正済み</resolution> |
|
|
<labels> <label>フォーカス</label> <labels> |
|
|
<assignee username="jsmith">ジョン スミス</assignee> |
|
|
<assignee username="jsmith">ジョン スミス</assignee> |
|
|
<security id="10021">プライベート</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>ドキュメンテーション</component> |
|
|
<votes>1</votes> |
|
|
<comments> <comment id="39270" author="jsmith" created="Tue, 24 Feb 2009 16:45:02 -0600 (CST)">これは私も</comment> <comment id="39273" author="jbrown" created="Tue, 24 Feb 2009 16:48:16 -0600 (CST)">よく知っています</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 分</timeoriginalestimate> |
Only available if your administrator has enabled 'time-tracking'. |
|
<timeestimate seconds="300">5 分</timeestimate> |
Only available if your administrator has enabled 'time-tracking'. |
|
<timespent seconds="300">5 分</timespent> |
Only available if your administrator has enabled 'time-tracking'. |
|
<aggregatetimeoriginalestimate seconds="36000">10 時間</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 時間</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 時間</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 分</timeoriginalestimate> <timeestimate seconds="300">5 分</timeestimate> <timespent seconds="300">5 分</timespent> <aggregatetimeoriginalestimate seconds="36000">10 時間</aggregatetimeoriginalestimate> <aggregatetimeremainingestimate seconds="18000">5 時間</aggregatetimeremainingestimate> <aggregatetimespent seconds="18000">5 時間</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>重複</name> <inwardlinks description="が以下と重複しています:"> <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.