Atlassian Jira Connector Operation Search
Input
- No input is required for this operation.
This operation requires the
host
,username
,password
ortoken
andquery
parameters.- More search criteria can be defined in the
query
parameter.
Output
XML
<?xml version="1.0" encoding="UTF-8"?>
<IssueCollection count="50" offset="0" total="143">
<Issue href="https://jira.example.de/rest/api/latest/issue/51941" id="51941" key="EXAMPLESC-149">
<FixVersions/>
<Labels/>
<Remaining>0.25</Remaining>
<AffectedVersions/>
<Status href="https://jira.example.de/rest/api/2/status/10206" id="10206">New</Status>
<Creator href="https://jira.example.de/rest/api/2/user?username=john.doe">
<UserName>john.doe</UserName>
<DisplayName>John Doe</DisplayName>
</Creator>
<Type href="https://jira.example.de/rest/api/2/issuetype/7" id="7">Story</Type>
<Project href="https://jira.example.de/rest/api/2/project/14505" id="14505">Sample project</Project>
<Rank>400.0</Rank>
<CreatedOn>2018-08-30T12:54:42.000+02:00</CreatedOn>
<ChangedOn>2020-12-15T09:08:54.000+01:00</ChangedOn>
<Estimation>0.25</Estimation>
<Description>
<!--Issue description-->
</Description>
<Account href="" id=""/>
<Title>Issue title</Title>
</Issue>
<!-- more issues -->
</IssueCollection>