JIRA Connector, Fields with multiple values
Best Answer
-
Hi Fred,
I tried testing this myself and found the same result as you. Testing with the Jira API itself using Postman (to remove the variable of the Jira Connector by Smartsheet), I'm also seeing that results from Jira are returning only the current Active Sprint the Issue is a part of. See the example request payload below:
"sprint": {
"id": 4,
"self": "https://[redacted]/rest/agile/1.0/sprint/4",
"state": "future",
"name": "JTSSO Sprint 3",
"originBoardId": 1
"closedSprints": [
{
"id": 3,
"self": "https://[redacted]/rest/agile/1.0/sprint/3",
"state": "closed",
"name": "JTSSO Sprint 2",
"startDate": "2020-03-11T14:54:27.844Z",
"endDate": "2020-03-17T14:55:00.000Z",
"completeDate": "2020-03-11T14:54:47.174Z",
"originBoardId": 1,
"goal": ""
It looks like past Sprint information is really stored in a "closedSprints" field in Jira at and unfortunately that doesn't look to be supported by the Jira Connector at the moment. Please do feel free to submit an Enhancement Request so the product team can be made aware of this.
Best,
Nathan L.
Answers
-
Hi Fred,
I tried testing this myself and found the same result as you. Testing with the Jira API itself using Postman (to remove the variable of the Jira Connector by Smartsheet), I'm also seeing that results from Jira are returning only the current Active Sprint the Issue is a part of. See the example request payload below:
"sprint": {
"id": 4,
"self": "https://[redacted]/rest/agile/1.0/sprint/4",
"state": "future",
"name": "JTSSO Sprint 3",
"originBoardId": 1
"closedSprints": [
{
"id": 3,
"self": "https://[redacted]/rest/agile/1.0/sprint/3",
"state": "closed",
"name": "JTSSO Sprint 2",
"startDate": "2020-03-11T14:54:27.844Z",
"endDate": "2020-03-17T14:55:00.000Z",
"completeDate": "2020-03-11T14:54:47.174Z",
"originBoardId": 1,
"goal": ""
It looks like past Sprint information is really stored in a "closedSprints" field in Jira at and unfortunately that doesn't look to be supported by the Jira Connector at the moment. Please do feel free to submit an Enhancement Request so the product team can be made aware of this.
Best,
Nathan L.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.2K Get Help
- 431 Global Discussions
- 152 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 74 Community Job Board
- 501 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 306 Events
- 36 Webinars
- 7.3K Forum Archives