Atlassian Jira Connector Operation Get all Issues
Input
- No input is required for this operation.
- This operation requires the
host
,key
orquery
,username
andpassword
ortoken
parameters. The project key with the task ID is specified in the
key
parameter. More search criteria can be defined in thequery
parameter.
Output
- If the operation was performed successfully, then the adapter outputs all issues with all the fields filled in.
Get all Issues
XML
<JSON>
<expand>schema,names</expand>
<startAt>0</startAt>
<maxResults>50</maxResults>
<total>5</total>
<issues>
<e>
<expand>operations,versionedRepresentations,editmeta,changelog,renderedFields</expand>
<id>82640</id>
<self>https://jira.example.de/rest/api/2/issue/82640</self>
<key>XVIERSC-89</key>
<fields>
<customfield_12130/>
<customfield_12132/>
<customfield_12131/>
<fixVersions>
<e>
<self>https://jira.example.de/rest/api/2/version/15206</self>
<id>15206</id>
<description/>
<name>1.0.0</name>
<archived>false</archived>
<released>true</released>
<releaseDate>2020-11-27</releaseDate>
</e>
</fixVersions>
<customfield_12133/>
<customfield_12411/>
<resolution>
<self>https://jira.example.de/rest/api/2/resolution/1</self>
<id>1</id>
<description>A fix for this issue is checked into the tree and tested.</description>
<name>Fixed</name>
</resolution>
<customfield_12410/>
<customfield_12413/>
<customfield_12412/>
<customfield_12129/>
<customfield_11711/>
<customfield_12404/>
<customfield_12128/>
<customfield_11710/>
<customfield_12403/>
<customfield_11713/>
<customfield_12406/>
<customfield_11712/>
<customfield_12405/>
<customfield_11715/>
<customfield_11714/>
<customfield_12407/>
<customfield_11719/>
<lastViewed/>
<customfield_12000/>
<customfield_12121/>
<customfield_12120/>
<customfield_12123/>
<customfield_12002/>
<customfield_12001/>
<customfield_12122/>
<priority>
<self>https://jira.example.de/rest/api/2/priority/3</self>
<iconUrl>https://jira.example.de/images/icons/priorities/major.svg</iconUrl>
<name>Major</name>
<id>3</id>
</priority>
<customfield_12400/>
<customfield_12124/>
<customfield_12127/>
<labels>
<e>Blocker</e>
</labels>
<customfield_12401/>
<customfield_11700/>
<customfield_12118/>
<customfield_12514/>
<customfield_12513/>
<customfield_11702/>
<customfield_11701/>
<customfield_12119/>
<customfield_11704/>
<aggregatetimeoriginalestimate/>
<timeestimate/>
<versions>
<e>
<self>https://jira.example.de/rest/api/2/version/15206</self>
<id>15206</id>
<description/>
<name>1.0.0</name>
<archived>false</archived>
<released>true</released>
<releaseDate>2020-11-27</releaseDate>
</e>
</versions>
<customfield_11703/>
<customfield_11706/>
<customfield_11705/>
<customfield_11708/>
<customfield_11707/>
<issuelinks/>
<customfield_11709/>
<assignee>
<self>https://jira.example.de/rest/api/2/user?username=john.doe</self>
<name>john.doe</name>
<key>john.doe</key>
<emailAddress>john.doe@example.de</emailAddress>
<avatarUrls>
<_48x48>https://jira.example.de/secure/useravatar?ownerId=john.doe&avatarId=14916</_48x48>
<_24x24>https://jira.example.de/secure/useravatar?size=small&ownerId=john.doe&avatarId=14916</_24x24>
<_16x16>https://jira.example.de/secure/useravatar?size=xsmall&ownerId=john.doe&avatarId=14916</_16x16>
<_32x32>https://jira.example.de/secure/useravatar?size=medium&ownerId=john.doe&avatarId=14916</_32x32>
</avatarUrls>
<displayName>John Doe</displayName>
<active>true</active>
<timeZone>Europe/Berlin</timeZone>
</assignee>
<status>
<self>https://jira.example.de/rest/api/2/status/10212</self>
<description/>
<iconUrl>https://jira.example.de/images/icons/statuses/generic.png</iconUrl>
<name>Approved</name>
<id>10212</id>
<statusCategory>
<self>https://jira.example.de/rest/api/2/statuscategory/3</self>
<id>3</id>
<key>done</key>
<colorName>green</colorName>
<name>Done</name>
</statusCategory>
</status>
<components>
<e>
<self>https://jira.example.de/rest/api/2/component/20010</self>
<id>20010</id>
<name>Support Center</name>
</e>
</components>
<customfield_12110/>
<customfield_12112/>
<customfield_12111/>
<customfield_12114/>
<customfield_12510>
<self>https://jira.example.de/rest/api/2/customFieldOption/11918</self>
<value>Ja</value>
<id>11918</id>
</customfield_12510>
<customfield_11300/>
<customfield_12113/>
<customfield_12116/>
<customfield_12512/>
<customfield_12115/>
<customfield_12511/>
<customfield_11810/>
<customfield_12503/>
<customfield_12502/>
<customfield_11812/>
<customfield_12505/>
<customfield_11811/>
<customfield_12507/>
<aggregatetimeestimate/>
<customfield_12506/>
<customfield_12508/>
<creator>
<self>https://jira.example.de/rest/api/2/user?username=john.doe</self>
<name>john.doe</name>
<key>john.doe</key>
<emailAddress>john.doe@example.de</emailAddress>
<avatarUrls>
<_48x48>https://jira.example.de/secure/useravatar?ownerId=john.doe&avatarId=14916</_48x48>
<_24x24>https://jira.example.de/secure/useravatar?size=small&ownerId=john.doe&avatarId=14916</_24x24>
<_16x16>https://jira.example.de/secure/useravatar?size=xsmall&ownerId=john.doe&avatarId=14916</_16x16>
<_32x32>https://jira.example.de/secure/useravatar?size=medium&ownerId=john.doe&avatarId=14916</_32x32>
</avatarUrls>
<displayName>John Doe</displayName>
<active>true</active>
<timeZone>Europe/Berlin</timeZone>
</creator>
<subtasks/>
<reporter>
<self>https://jira.example.de/rest/api/2/user?username=john.doe</self>
<name>john.doe</name>
<key>john.doe</key>
<emailAddress>john.doe@example.de</emailAddress>
<avatarUrls>
<_48x48>https://jira.example.de/secure/useravatar?ownerId=john.doe&avatarId=14916</_48x48>
<_24x24>https://jira.example.de/secure/useravatar?size=small&ownerId=john.doe&avatarId=14916</_24x24>
<_16x16>https://jira.example.de/secure/useravatar?size=xsmall&ownerId=john.doe&avatarId=14916</_16x16>
<_32x32>https://jira.example.de/secure/useravatar?size=medium&ownerId=john.doe&avatarId=14916</_32x32>
</avatarUrls>
<displayName>John Doe</displayName>
<active>true</active>
<timeZone>Europe/Berlin</timeZone>
</reporter>
<aggregateprogress>
<progress>18900</progress>
<total>18900</total>
<percent>100</percent>
</aggregateprogress>
<customfield_12500/>
<customfield_12612/>
<customfield_12219/>
<customfield_11801/>
<customfield_11800/>
<customfield_11803/>
<customfield_11802/>
<customfield_11805/>
<customfield_11804/>
<customfield_11807/>
<customfield_11806/>
<progress>
<progress>18900</progress>
<total>18900</total>
<percent>100</percent>
</progress>
<customfield_11809/>
<votes>
<self>https://jira.example.de/rest/api/2/issue/XVIERSC-89/votes</self>
<votes>0</votes>
<hasVoted>false</hasVoted>
</votes>
<customfield_11808/>
<issuetype>
<self>https://jira.example.de/rest/api/2/issuetype/1</self>
<id>1</id>
<description>A problem which impairs or prevents the functions of the product.</description>
<iconUrl>https://jira.example.de/secure/viewavatar?size=xsmall&avatarId=11803&avatarType=issuetype</iconUrl>
<name>Bug</name>
<subtask>false</subtask>
<avatarId>11803</avatarId>
</issuetype>
<timespent>18900</timespent>
<project>
<self>https://jira.example.de/rest/api/2/project/14505</self>
<id>14505</id>
<key>XVIERSC</key>
<name>X4 Solution Center</name>
<projectTypeKey>software</projectTypeKey>
<avatarUrls>
<_48x48>https://jira.example.de/secure/projectavatar?pid=14505&avatarId=14707</_48x48>
<_24x24>https://jira.example.de/secure/projectavatar?size=small&pid=14505&avatarId=14707</_24x24>
<_16x16>https://jira.example.de/secure/projectavatar?size=xsmall&pid=14505&avatarId=14707</_16x16>
<_32x32>https://jira.example.de/secure/projectavatar?size=medium&pid=14505&avatarId=14707</_32x32>
</avatarUrls>
<projectCategory>
<self>https://jira.example.de/rest/api/2/projectCategory/10000</self>
<id>10000</id>
<description>Sample Products</description>
<name>Product</name>
</projectCategory>
</project>
<customfield_11001>
<self>https://jira.example.de/rest/api/2/customFieldOption/10303</self>
<value>-1 - Unbekannt / Nicht bewertet</value>
<id>10303</id>
</customfield_11001>
<customfield_11002>999.0</customfield_11002>
<aggregatetimespent>18900</aggregatetimespent>
<customfield_12611/>
<customfield_11400/>
<customfield_12610/>
<customfield_12601/>
<customfield_10700/>
<customfield_12604/>
<customfield_12603/>
<customfield_12606/>
<customfield_12605/>
<customfield_12608/>
<resolutiondate>2020-10-22T11:12:46.000+0200</resolutiondate>
<customfield_12607/>
<customfield_12609/>
<workratio>-1</workratio>
<watches>
<self>https://jira.example.de/rest/api/2/issue/XVIERSC-89/watchers</self>
<watchCount>2</watchCount>
<isWatching>false</isWatching>
</watches>
<created>2020-10-14T12:09:09.000+0200</created>
<customfield_12200>
<self>https://jira.example.de/rest/api/2/customFieldOption/11403</self>
<value>Störung</value>
<id>11403</id>
</customfield_12200>
<customfield_12600/>
<customfield_10139>
<e>com.atlassian.greenhopper.service.sprint.Sprint@59bd9ff9[id=342,rapidViewId=121,state=CLOSED,name=Sprint 84 DE,startDate=2020-10-12T12:00:31.969+02:00,endDate=2020-10-23T13:00:00.000+02:00,completeDate=2020-10-26T08:46:50.053+01:00,activatedDate=2020-10-12T12:00:31.969+02:00,sequence=342,goal=Finish cutting of the videos Update tutorials/demos on X4 Solution Center Finish build automation for X4 Suite]</e>
</customfield_10139>
<updated>2020-10-22T11:12:46.000+0200</updated>
<timeoriginalestimate/>
<description>*enviroment* * test system ([http://10.128.22.99:8080/X4/webapp/Registered/login)] * version: pre 1.0.0 Build from 2020-10-13T09:46:34Z, revision 13d50b9a (according to: [http://10.128.22.99:8080/X4/webapp/SolutionCenter/Entdecken/Discover)] *expectation:* Mails can show special characters like "üÜ äÄ öÖ". *current situation:* Mails can't show special characters like "üÜ öÖ äÄ". *mail header snippet:* {noformat}Subject: IN DEVELOPMENT:Ihr Ticket SUPCENTEST-11 wurde im Status Offen gespeichert. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable {noformat} *mail text (screenshot):* !image-2020-10-14-12-08-51-453.png!</description>
<customfield_11100>
<self>https://jira.example.de/rest/api/2/customFieldOption/10400</self>
<value>Product</value>
<id>10400</id>
</customfield_11100>
<customfield_11101>
<self>https://jira.example.de/rest/api/2/customFieldOption/10404</self>
<value>-1 - Unbekannt / Nicht bewertet</value>
<id>10404</id>
</customfield_11101>
<customfield_11740/>
<customfield_11500>{summaryBean=com.atlassian.jira.plugin.devstatus.rest.SummaryBean@31b2d52c[summary={pullrequest=com.atlassian.jira.plugin.devstatus.rest.SummaryItemBean@24aa33fa[overall=PullRequestOverallBean{stateCount=2, state='MERGED', details=PullRequestOverallDetails{openCount=0, mergedCount=2, declinedCount=0}},byInstanceType={stash=com.atlassian.jira.plugin.devstatus.summary.beans.ObjectByInstanceTypeBean@7e649bc6[count=2,name=Bitbucket Server]}], build=com.atlassian.jira.plugin.devstatus.rest.SummaryItemBean@66337825[overall=com.atlassian.jira.plugin.devstatus.summary.beans.BuildOverallBean@228f2b11[failedBuildCount=0,successfulBuildCount=0,unknownBuildCount=0,count=0,lastUpdated=<null>,lastUpdatedTimestamp=<null>],byInstanceType={}], review=com.atlassian.jira.plugin.devstatus.rest.SummaryItemBean@6eaec696[overall=com.atlassian.jira.plugin.devstatus.summary.beans.ReviewsOverallBean@6031763d[stateCount=0,state=<null>,dueDate=<null>,overDue=false,count=0,lastUpdated=<null>,lastUpdatedTimestamp=<null>],byInstanceType={}], deployment-environment=com.atlassian.jira.plugin.devstatus.rest.SummaryItemBean@1dbed84e[overall=com.atlassian.jira.plugin.devstatus.summary.beans.DeploymentOverallBean@4632af4b[topEnvironments=[],showProjects=false,successfulCount=0,count=0,lastUpdated=<null>,lastUpdatedTimestamp=<null>],byInstanceType={}], repository=com.atlassian.jira.plugin.devstatus.rest.SummaryItemBean@5eb04b6d[overall=com.atlassian.jira.plugin.devstatus.summary.beans.CommitOverallBean@35db5e18[count=5,lastUpdated=2020-10-27T11:40:21.000+0100,lastUpdatedTimestamp=2020-10-27T11:40:21.000+01:00],byInstanceType={stash=com.atlassian.jira.plugin.devstatus.summary.beans.ObjectByInstanceTypeBean@357dd6cf[count=5,name=Bitbucket Server]}], branch=com.atlassian.jira.plugin.devstatus.rest.SummaryItemBean@dd72830[overall=com.atlassian.jira.plugin.devstatus.summary.beans.BranchOverallBean@51e0f1c4[count=0,lastUpdated=<null>,lastUpdatedTimestamp=<null>],byInstanceType={}]},errors=[],configErrors=[]], devSummaryJson={"cachedValue":{"errors":[],"configErrors":[],"summary":{"pullrequest":{"overall":{"count":2,"lastUpdated":"2020-10-19T16:42:21.304+0200","stateCount":2,"state":"MERGED","details":{"openCount":0,"mergedCount":2,"declinedCount":0,"total":2},"open":false},"byInstanceType":{"stash":{"count":2,"name":"Bitbucket Server"}}},"build":{"overall":{"count":0,"lastUpdated":null,"failedBuildCount":0,"successfulBuildCount":0,"unknownBuildCount":0},"byInstanceType":{}},"review":{"overall":{"count":0,"lastUpdated":null,"stateCount":0,"state":null,"dueDate":null,"overDue":false,"completed":false},"byInstanceType":{}},"deployment-environment":{"overall":{"count":0,"lastUpdated":null,"topEnvironments":[],"showProjects":false,"successfulCount":0},"byInstanceType":{}},"repository":{"overall":{"count":5,"lastUpdated":"2020-10-27T11:40:21.000+0100"},"byInstanceType":{"stash":{"count":5,"name":"Bitbucket Server"}}},"branch":{"overall":{"count":0,"lastUpdated":null},"byInstanceType":{}}}},"isStale":true}}</customfield_11500>
<customfield_11104/>
<customfield_11612/>
<customfield_11733/>
<customfield_11611/>
<customfield_11732/>
<customfield_11735/>
<customfield_10800>0|i0avz3:</customfield_10800>
<customfield_11613/>
<customfield_11734/>
<customfield_10801/>
<customfield_10802/>
<customfield_11736/>
<customfield_11739/>
<summary>Support Center - Mails can't show german special characters like "üÜ öÖ äÄ"</summary>
<customfield_10000/>
<customfield_10002/>
<customfield_11610/>
<customfield_11731/>
<customfield_10400/>
<customfield_10004>9223372036854775807</customfield_10004>
<customfield_11730/>
<customfield_12415/>
<customfield_11601/>
<customfield_11722/>
<customfield_12414/>
<customfield_11600/>
<customfield_11721/>
<environment/>
<customfield_12417/>
<customfield_11603/>
<customfield_12416/>
<customfield_11602/>
<customfield_11723/>
<customfield_11605/>
<customfield_12418/>
<customfield_11604/>
<duedate/>
<customfield_11607/>
<customfield_11606/>
<customfield_11729/>
</fields>
</e>
<!-- more issues -->
</issues>
</JSON>