Skip to content

Commit

Permalink
Issue 28: Updating issue templates to include human-readable and pare…
Browse files Browse the repository at this point in the history
…nthesized names.
  • Loading branch information
coddingtonbear committed Jul 28, 2015
1 parent b3b4061 commit 5df9954
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 44 deletions.
44 changes: 22 additions & 22 deletions tests/assets/default.fields.jira
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
* assignee:
* assignee (assignee):

* components:
* components (components):
[]
* created:
* created (created):
2014-07-07T22:32:27.000-0400
* duedate:
* duedate (duedate):

* environment:
* environment (environment):

* fixVersions:
* fixVersions (fixVersions):
[]
* issuelinks:
* issuelinks (issuelinks):
[]
* issuetype:
* issuetype (issuetype):
{
"description": "",
"iconUrl": "https://jira.arbitrary.com/download/resources/com.pyxis.greenhopper.jira:greenhopper-webactions/images/ico_story.png",
Expand All @@ -21,18 +21,18 @@
"self": "https://jira.arbitrary.com/rest/api/2/issuetype/9",
"subtask": false
}
* labels:
* labels (labels):
[]
* lastViewed:
* lastViewed (lastViewed):
2014-07-10T01:44:18.539-0400
* priority:
* priority (priority):
{
"iconUrl": "https://jira.arbitrary.com/images/icons/priorities/trivial.png",
"id": "5",
"name": "Not a priority",
"self": "https://jira.arbitrary.com/rest/api/2/priority/5"
}
* project:
* project (project):
{
"avatarUrls": {
"16x16": "https://jira.arbitrary.com/secure/projectavatar?size=xsmall&pid=10066&avatarId=10011",
Expand All @@ -51,7 +51,7 @@
},
"self": "https://jira.arbitrary.com/rest/api/2/project/10066"
}
* reporter:
* reporter (reporter):
{
"active": true,
"avatarUrls": {
Expand All @@ -65,31 +65,31 @@
"name": "acoddington",
"self": "https://jira.arbitrary.com/rest/api/2/user?username=acoddington"
}
* resolution:
* resolution (resolution):

* resolutiondate:
* resolutiondate (resolutiondate):

* status:
* status (status):
{
"description": "The issue is open and ready for the assignee to start work on it.",
"iconUrl": "https://jira.arbitrary.com/images/icons/statuses/open.png",
"id": "1",
"name": "Open",
"self": "https://jira.arbitrary.com/rest/api/2/status/1"
}
* subtasks:
* subtasks (subtasks):
[]
* summary:
* summary (summary):
Test Issue
* updated:
* updated (updated):
2014-07-10T01:44:18.000-0400
* versions:
* versions (versions):
[]
* votes:
* votes (votes):
{
"hasVoted": false,
"self": "https://jira.arbitrary.com/rest/api/2/issue/ALPHA-123/votes",
"votes": 0
}
* workratio:
* workratio (workratio):
-1
44 changes: 22 additions & 22 deletions tests/assets/test_fetch/fetched.jira
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
* assignee:
* assignee (assignee):
{
"active": true,
"displayName": "Coddington, Adam (АрбитрариКорп-Atlantis)",
"name": "acoddington"
}
* components:
* components (components):
[]
* created:
* created (created):
2014-07-07T22:32:27.000-0400
* duedate:
* duedate (duedate):

* environment:
* environment (environment):

* fixVersions:
* fixVersions (fixVersions):
[]
* issuelinks:
* issuelinks (issuelinks):
[]
* issuetype:
* issuetype (issuetype):
{
"description": "",
"iconUrl": "https://jira.arbitrary.com/download/resources/com.pyxis.greenhopper.jira:greenhopper-webactions/images/ico_story.png",
Expand All @@ -25,18 +25,18 @@
"self": "https://jira.arbitrary.com/rest/api/2/issuetype/9",
"subtask": false
}
* labels:
* labels (labels):
[]
* lastViewed:
* lastViewed (lastViewed):
2014-07-10T01:44:18.539-0400
* priority:
* priority (priority):
{
"iconUrl": "https://jira.arbitrary.com/images/icons/priorities/trivial.png",
"id": "5",
"name": "Not a priority",
"self": "https://jira.arbitrary.com/rest/api/2/priority/5"
}
* project:
* project (project):
{
"avatarUrls": {
"16x16": "https://jira.arbitrary.com/secure/projectavatar?size=xsmall&pid=10066&avatarId=10011",
Expand All @@ -55,7 +55,7 @@
},
"self": "https://jira.arbitrary.com/rest/api/2/project/10066"
}
* reporter:
* reporter (reporter):
{
"active": true,
"avatarUrls": {
Expand All @@ -69,31 +69,31 @@
"name": "acoddington",
"self": "https://jira.arbitrary.com/rest/api/2/user?username=acoddington"
}
* resolution:
* resolution (resolution):

* resolutiondate:
* resolutiondate (resolutiondate):

* status:
* status (status):
{
"description": "The issue is open and ready for the assignee to start work on it.",
"iconUrl": "https://jira.arbitrary.com/images/icons/statuses/open.png",
"id": "1",
"name": "Open",
"self": "https://jira.arbitrary.com/rest/api/2/status/1"
}
* subtasks:
* subtasks (subtasks):
[]
* summary:
* summary (summary):
Test Issue
* updated:
* updated (updated):
2014-07-10T01:44:18.000-0400
* versions:
* versions (versions):
[]
* votes:
* votes (votes):
{
"hasVoted": false,
"self": "https://jira.arbitrary.com/rest/api/2/issue/ALPHA-123/votes",
"votes": 0
}
* workratio:
* workratio (workratio):
-1

0 comments on commit 5df9954

Please sign in to comment.