jeera 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,20 @@
1
+ *.gem
2
+ *.rbc
3
+ .bundle
4
+ .config
5
+ coverage
6
+ InstalledFiles
7
+ lib/bundler/man
8
+ pkg
9
+ ref
10
+ rdoc
11
+ spec/reports
12
+ test/tmp
13
+ test/version_tmp
14
+ tmp
15
+ *.yml
16
+
17
+ # YARD artifacts
18
+ .yardoc
19
+ _yardoc
20
+ doc/
data/Gemfile ADDED
@@ -0,0 +1,5 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in underbelly.gemspec
4
+ gem 'thor', github: 'sethbro/thor', branch: 'colored_table'
5
+ gemspec
@@ -0,0 +1,54 @@
1
+ GIT
2
+ remote: git://github.com/sethbro/thor.git
3
+ revision: 09ae06628ab6b20d4abdea6400bcbc2cffcec52a
4
+ branch: colored_table
5
+ specs:
6
+ thor (0.18.1)
7
+
8
+ PATH
9
+ remote: .
10
+ specs:
11
+ jeera (0.0.1)
12
+ activesupport (~> 4.0.1)
13
+ faraday (~> 0.8.8)
14
+ faraday_middleware (~> 0.8.8)
15
+ terminal-table
16
+ thor
17
+
18
+ GEM
19
+ remote: https://rubygems.org/
20
+ specs:
21
+ activesupport (4.0.1)
22
+ i18n (~> 0.6, >= 0.6.4)
23
+ minitest (~> 4.2)
24
+ multi_json (~> 1.3)
25
+ thread_safe (~> 0.1)
26
+ tzinfo (~> 0.3.37)
27
+ atomic (1.1.14)
28
+ columnize (0.3.6)
29
+ debugger (1.6.2)
30
+ columnize (>= 0.3.1)
31
+ debugger-linecache (~> 1.2.0)
32
+ debugger-ruby_core_source (~> 1.2.3)
33
+ debugger-linecache (1.2.0)
34
+ debugger-ruby_core_source (1.2.3)
35
+ faraday (0.8.8)
36
+ multipart-post (~> 1.2.0)
37
+ faraday_middleware (0.8.8)
38
+ faraday (>= 0.7.4, < 0.9)
39
+ i18n (0.6.5)
40
+ minitest (4.7.5)
41
+ multi_json (1.8.2)
42
+ multipart-post (1.2.0)
43
+ terminal-table (1.4.5)
44
+ thread_safe (0.1.3)
45
+ atomic
46
+ tzinfo (0.3.38)
47
+
48
+ PLATFORMS
49
+ ruby
50
+
51
+ DEPENDENCIES
52
+ debugger
53
+ jeera!
54
+ thor!
data/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2013 Seth Bro
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the "Software"), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,34 @@
1
+ # Jeera
2
+ =====
3
+
4
+ JIRA is an intuitive command line interface using [JIRA]()'s REST API. It can handle your issues.
5
+
6
+ Jeera is built with [thor]().
7
+
8
+ Jeera currently assumes a hosted instance of JIRA.
9
+
10
+
11
+ For a list of commands:
12
+ ```
13
+ jeera help
14
+ ```
15
+
16
+ ## Config
17
+
18
+ Jeera looks for a *.jeera* dotfile in your home directory.
19
+
20
+ ```
21
+ # As in https://<my_jira_name>.jira.com
22
+ jira_subdomain: ''
23
+ default_user: 'short_jira_name'
24
+ password: ''
25
+ default_project: 'WEB'
26
+ ```
27
+
28
+ ## TODO
29
+
30
+ * Map statuses, types, etc. & store locally
31
+ * Config dialog
32
+ * "Use" issue. Hold indiv issue reference for sequential commands.
33
+ * Launch editor/vim for comment editing
34
+ * OAuth
@@ -0,0 +1 @@
1
+ {"expand":"schema,names","startAt":0,"maxResults":50,"total":181,"issues":[{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"27211","self":"https://unlockdata.jira.com/rest/api/2/issue/27211","key":"WEB-1904","fields":{"progress":{"progress":0,"total":0},"summary":"Version number should not show at the bottom of the page on the production branch.","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/1","id":"1","description":"A problem which impairs or prevents the functions of the product.","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/bug.png","name":"Bug","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1904/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/1","id":"1","description":"A fix for this issue is checked into the tree and tested.","name":"Fixed"},"fixVersions":[{"self":"https://unlockdata.jira.com/rest/api/2/version/11502","id":"11502","description":"1.4 First HotFix release","name":"1.4.1.hotfix","archived":false,"released":false,"releaseDate":"2013-10-22"}],"resolutiondate":"2013-10-23T12:55:33.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=ellen","name":"ellen","emailAddress":"ellen@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=48"},"displayName":"Ellen Hudson-Snyder","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-24T17:47:23.000-0700","created":"2013-10-21T18:58:13.000-0700","description":"Version number should now show on the page bottom (still on the admin page though)","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/1","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/blocker.png","name":"Urgent","id":"1"},"duedate":null,"customfield_10812":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1904/watchers","watchCount":5,"isWatching":true},"customfield_10105":null,"customfield_10000":"6962","customfield_10103":null,"customfield_10102":null,"customfield_10101":"2013-10-22 10:43:21.457","subtasks":[],"customfield_10100":"10000_*:*_1_*:*_94344706_*|*_5_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_56696050","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/6","description":"The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/closed.png","name":"Closed","id":"6"},"labels":[],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":["com.atlassian.greenhopper.service.sprint.Sprint@1a52c5b[rapidViewId=6,state=ACTIVE,name=Sprint 1.5,startDate=2013-10-12T17:19:29.436-07:00,endDate=2013-10-26T17:19:00.000-07:00,completeDate=<null>,id=20]"],"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"customfield_10805":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10206","value":"Failure with workaround","id":"10206"},"environment":null,"customfield_10700":null,"timeestimate":null,"customfield_10300":"5290","lastViewed":"2013-10-23T12:55:33.827-0700","aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"27179","self":"https://unlockdata.jira.com/rest/api/2/issue/27179","key":"WEB-1890","fields":{"progress":{"progress":0,"total":0},"summary":"Link to story in email should not be routed via send grid (use direct link instead)","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/1","id":"1","description":"A problem which impairs or prevents the functions of the product.","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/bug.png","name":"Bug","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1890/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/1","id":"1","description":"A fix for this issue is checked into the tree and tested.","name":"Fixed"},"fixVersions":[{"self":"https://unlockdata.jira.com/rest/api/2/version/11104","id":"11104","description":"1.4","name":"1.4","archived":false,"released":false,"releaseDate":"2013-10-17"}],"resolutiondate":"2013-10-21T07:27:50.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=vachan","name":"vachan","emailAddress":"vachan@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=48"},"displayName":"Vachan Wodeyar","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-21T07:32:58.000-0700","created":"2013-10-18T11:33:23.000-0700","description":"In production, when you get an email indicating you've been added to a story, the link to that story is being redirected through send grd\r\n. \r\n\r\nWe should not be routing through mail and just link directly to the story.\r\n","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/2","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/critical.png","name":"High","id":"2"},"duedate":null,"customfield_10812":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1890/watchers","watchCount":2,"isWatching":true},"customfield_10105":0.0,"customfield_10000":"6940","customfield_10103":null,"customfield_10102":null,"customfield_10101":"2013-10-21 07:30:27.634","subtasks":[],"customfield_10100":"10000_*:*_1_*:*_238632761_*|*_5_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_5834139","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/5","description":"A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/resolved.png","name":"Fixed","id":"5"},"labels":["email"],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":["com.atlassian.greenhopper.service.sprint.Sprint@1a52c5b[rapidViewId=6,state=ACTIVE,name=Sprint 1.5,startDate=2013-10-12T17:19:29.436-07:00,endDate=2013-10-26T17:19:00.000-07:00,completeDate=<null>,id=20]"],"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"customfield_10805":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10207","value":"Minor Problem","id":"10207"},"environment":null,"customfield_10700":null,"timeestimate":null,"customfield_10300":"5286","lastViewed":"2013-10-21T07:32:58.788-0700","aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"26517","self":"https://unlockdata.jira.com/rest/api/2/issue/26517","key":"WEB-1885","fields":{"progress":{"progress":0,"total":0},"summary":"For the got feedback utiltiy. Can we capture th...","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/1","id":"1","description":"A problem which impairs or prevents the functions of the product.","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/bug.png","name":"Bug","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1885/votes","votes":0,"hasVoted":false},"resolution":null,"fixVersions":[],"resolutiondate":null,"timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=brian","name":"brian","emailAddress":"brian@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/91aae0b4ce5e32bef56f92f1e540cf55?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/91aae0b4ce5e32bef56f92f1e540cf55?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/91aae0b4ce5e32bef56f92f1e540cf55?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/91aae0b4ce5e32bef56f92f1e540cf55?d=mm&s=48"},"displayName":"Brian Zotter","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-25T16:20:51.000-0700","created":"2013-09-12T12:04:58.000-0700","description":"For the got feedback utiltiy.\r\n\r\nCan we capture the current org and user logged in?\r\n\r\nAlso can it default to the story webapp project? I think most will be in there anyway.","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/2","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/critical.png","name":"High","id":"2"},"duedate":null,"customfield_10812":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1885/watchers","watchCount":3,"isWatching":true},"customfield_10105":null,"customfield_10000":"6556","customfield_10103":null,"customfield_10102":null,"customfield_10101":"2013-09-12 14:52:53.84","subtasks":[],"customfield_10100":null,"status":{"self":"https://unlockdata.jira.com/rest/api/2/status/10000","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/generic.png","name":"Backlog","id":"10000"},"labels":["collector-77db1e1f"],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":["com.atlassian.greenhopper.service.sprint.Sprint@1affeac[rapidViewId=16,state=ACTIVE,name=Sprint 1.6,startDate=2013-10-25T15:16:53.316-07:00,endDate=2013-11-08T15:16:00.000-08:00,completeDate=<null>,id=23]"],"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"customfield_10805":null,"environment":"\n\n*Location*: http://dev.clearstorydatainc.com/stories/4c38e9c8-7874-4849-b9dd-3a5200a52b03?new=true\r\n*User-Agent*: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.65 Safari/537.36\r\n*Referrer*: http://dev.clearstorydatainc.com/\r\n*Screen Resolution*: 2560 x 1600\r\n","customfield_10700":null,"timeestimate":null,"customfield_10300":"23","lastViewed":"2013-10-25T12:50:15.687-0700","aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":null}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"27172","self":"https://unlockdata.jira.com/rest/api/2/issue/27172","key":"WEB-1882","fields":{"progress":{"progress":0,"total":0},"summary":"Track email clicks through Google Analytics, not Sendgrid","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/6","id":"6","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/story.png","name":"Story","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1882/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/3","id":"3","description":"The problem is a duplicate of an existing issue.","name":"Duplicate"},"fixVersions":[],"resolutiondate":"2013-10-18T13:11:35.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-18T13:11:35.000-0700","created":"2013-10-18T07:51:35.000-0700","description":"Currently email link tracking is turned on in Sendgrid, so links redirect through them & we can view our click statistics through them.\r\n\r\nThis should be altered to instead link directly to the app with custom parameters that can then be sent to Google Analytics.","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/3","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/major.png","name":"Normal","id":"3"},"customfield_10812":null,"duedate":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1882/watchers","watchCount":1,"isWatching":true},"customfield_10105":2.0,"customfield_10106":null,"customfield_10000":"6933","customfield_10103":null,"customfield_10102":null,"customfield_10101":null,"subtasks":[],"customfield_10100":"6_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_19200849","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/6","description":"The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/closed.png","name":"Closed","id":"6"},"labels":["email"],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":null,"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"environment":null,"customfield_10700":null,"timeestimate":null,"customfield_10300":"5428","lastViewed":"2013-10-18T07:51:35.225-0700","aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"27171","self":"https://unlockdata.jira.com/rest/api/2/issue/27171","key":"WEB-1881","fields":{"progress":{"progress":0,"total":0},"summary":"User email preferences cannot be turned off","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/1","id":"1","description":"A problem which impairs or prevents the functions of the product.","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/bug.png","name":"Bug","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1881/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/1","id":"1","description":"A fix for this issue is checked into the tree and tested.","name":"Fixed"},"fixVersions":[],"resolutiondate":"2013-10-25T10:48:55.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=vachan","name":"vachan","emailAddress":"vachan@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=48"},"displayName":"Vachan Wodeyar","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-25T12:40:13.000-0700","created":"2013-10-17T21:37:52.000-0700","description":"There are two issues here:\r\n1. You cant turn off email notifications. I expect to see no notifications if I unselect the option in the accounts detail page.\r\n2. By default, we notify users by email when a story is shared with them, however in the account details the choice is unchecked. If the default is to send notifications, then this option should be checked by default.\r\n","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/2","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/critical.png","name":"High","id":"2"},"duedate":null,"customfield_10812":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1881/watchers","watchCount":1,"isWatching":false},"customfield_10105":1.0,"customfield_10000":"6932","customfield_10103":null,"customfield_10102":null,"customfield_10101":null,"subtasks":[],"customfield_10100":"10000_*:*_1_*:*_618212795_*|*_5_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_34050203","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/5","description":"A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/resolved.png","name":"Fixed","id":"5"},"labels":[],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":["com.atlassian.greenhopper.service.sprint.Sprint@1a52c5b[rapidViewId=6,state=ACTIVE,name=Sprint 1.5,startDate=2013-10-12T17:19:29.436-07:00,endDate=2013-10-26T17:19:00.000-07:00,completeDate=<null>,id=20]"],"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"customfield_10805":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10207","value":"Minor Problem","id":"10207"},"environment":null,"customfield_10700":null,"timeestimate":null,"customfield_10300":"103","lastViewed":"2013-10-25T12:40:13.537-0700","aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"27170","self":"https://unlockdata.jira.com/rest/api/2/issue/27170","key":"WEB-1880","fields":{"progress":{"progress":0,"total":0},"summary":"Admin email \"from\" should be \"ClearStory Data\", not \"ClearStory\"","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/1","id":"1","description":"A problem which impairs or prevents the functions of the product.","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/bug.png","name":"Bug","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1880/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/1","id":"1","description":"A fix for this issue is checked into the tree and tested.","name":"Fixed"},"fixVersions":[{"self":"https://unlockdata.jira.com/rest/api/2/version/11105","id":"11105","description":"1.5","name":"1.5","archived":false,"released":false,"releaseDate":"2013-10-31"}],"resolutiondate":"2013-10-25T19:36:23.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=vachan","name":"vachan","emailAddress":"vachan@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=48"},"displayName":"Vachan Wodeyar","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-25T19:36:23.000-0700","created":"2013-10-17T21:04:12.000-0700","description":"This is a branding issue, the email \"from\" field is now showing \"ClearStory\", the \"Data\" part is no more there, it should be \"ClearStory Data\" instead.\r\n\r\n","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/3","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/major.png","name":"Normal","id":"3"},"duedate":null,"customfield_10812":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1880/watchers","watchCount":1,"isWatching":false},"customfield_10105":0.0,"customfield_10000":"6931","customfield_10103":null,"customfield_10102":null,"customfield_10101":null,"subtasks":[],"customfield_10100":"10000_*:*_1_*:*_377702711_*|*_5_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_308228141","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/5","description":"A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/resolved.png","name":"Fixed","id":"5"},"labels":[],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":["com.atlassian.greenhopper.service.sprint.Sprint@1a52c5b[rapidViewId=6,state=ACTIVE,name=Sprint 1.5,startDate=2013-10-12T17:19:29.436-07:00,endDate=2013-10-26T17:19:00.000-07:00,completeDate=<null>,id=20]"],"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"customfield_10805":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10300","value":"Cosmetic","id":"10300"},"environment":null,"customfield_10700":null,"timeestimate":null,"customfield_10300":"5285","lastViewed":"2013-10-25T19:36:23.199-0700","aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"27153","self":"https://unlockdata.jira.com/rest/api/2/issue/27153","key":"WEB-1869","fields":{"progress":{"progress":0,"total":0},"summary":"Space before login names will cause error page to show up","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/1","id":"1","description":"A problem which impairs or prevents the functions of the product.","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/bug.png","name":"Bug","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1869/votes","votes":0,"hasVoted":false},"resolution":null,"fixVersions":[],"resolutiondate":null,"timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=vachan","name":"vachan","emailAddress":"vachan@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=48"},"displayName":"Vachan Wodeyar","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-25T16:20:51.000-0700","created":"2013-10-17T08:36:35.000-0700","description":"When you are logging in if there a space before the login name, the app will take you to the error page with the vanilla message (\"You've found a problem we haven't solved yet. Sorry about that.\"). \r\n\r\nThis behavior is seen even if the login is not valid, so you can try \r\nuser: s \r\n(note the space before the s)\r\npassword: <empty>\r\n\r\nIt should instead show the standard error message for incorrect user name/password.","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/3","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/major.png","name":"Normal","id":"3"},"duedate":null,"customfield_10812":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1869/watchers","watchCount":2,"isWatching":false},"customfield_10105":null,"customfield_10000":"6914","customfield_10103":null,"customfield_10102":null,"customfield_10101":"2013-10-25 14:41:08.974","subtasks":[],"customfield_10100":null,"status":{"self":"https://unlockdata.jira.com/rest/api/2/status/10000","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/generic.png","name":"Backlog","id":"10000"},"labels":[],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":["com.atlassian.greenhopper.service.sprint.Sprint@1affeac[rapidViewId=16,state=ACTIVE,name=Sprint 1.6,startDate=2013-10-25T15:16:53.316-07:00,endDate=2013-11-08T15:16:00.000-08:00,completeDate=<null>,id=23]"],"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"customfield_10805":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10206","value":"Failure with workaround","id":"10206"},"environment":null,"customfield_10700":"WEB-1283","timeestimate":null,"customfield_10300":"154","lastViewed":"2013-10-25T19:38:52.885-0700","aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"27148","self":"https://unlockdata.jira.com/rest/api/2/issue/27148","key":"WEB-1865","fields":{"progress":{"progress":0,"total":0},"summary":"Unable to Delete Tags that are Strictly Numbers such as \"2013\"","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/1","id":"1","description":"A problem which impairs or prevents the functions of the product.","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/bug.png","name":"Bug","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1865/votes","votes":0,"hasVoted":false},"resolution":null,"fixVersions":[],"resolutiondate":null,"timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=will","name":"will","emailAddress":"will@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/0f867043d400acd13c77f70c63221270?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/0f867043d400acd13c77f70c63221270?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/0f867043d400acd13c77f70c63221270?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/0f867043d400acd13c77f70c63221270?d=mm&s=48"},"displayName":"Will Davis","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-17T10:44:37.000-0700","created":"2013-10-16T14:35:15.000-0700","description":"When adding and removing tags from a story I have been unable to delete tags that contain only numbers. I cannot remove tags \"2012\" or \"2013\" but tags \"1980-2018\" can be removed. Tags that combine letters and numbers can also be deleted. ","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/3","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/major.png","name":"Normal","id":"3"},"duedate":null,"customfield_10812":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1865/watchers","watchCount":2,"isWatching":false},"customfield_10105":null,"customfield_10000":"6909","customfield_10103":null,"customfield_10102":null,"customfield_10101":"2013-10-16 14:43:04.917","subtasks":[],"customfield_10100":null,"status":{"self":"https://unlockdata.jira.com/rest/api/2/status/10000","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/generic.png","name":"Backlog","id":"10000"},"labels":["ea"],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":null,"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"customfield_10805":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10206","value":"Failure with workaround","id":"10206"},"environment":null,"customfield_10700":null,"timeestimate":null,"customfield_10300":"5416","lastViewed":null,"aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"27132","self":"https://unlockdata.jira.com/rest/api/2/issue/27132","key":"WEB-1856","fields":{"progress":{"progress":0,"total":0},"summary":"Story page 500s against Catalog Service 3.0.0 due to missing story.collaborators","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/1","id":"1","description":"A problem which impairs or prevents the functions of the product.","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/bug.png","name":"Bug","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1856/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/1","id":"1","description":"A fix for this issue is checked into the tree and tested.","name":"Fixed"},"fixVersions":[],"resolutiondate":"2013-10-21T07:31:29.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-21T07:31:29.000-0700","created":"2013-10-15T18:21:32.000-0700","description":"Awaiting ruby client update to bridge the gap.\r\n\r\nhttps://github.com/clearstorydata/services-ruby-client/pull/97","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/3","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/major.png","name":"Normal","id":"3"},"duedate":null,"customfield_10812":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1856/watchers","watchCount":1,"isWatching":true},"customfield_10105":null,"customfield_10000":"6893","customfield_10103":null,"customfield_10102":null,"customfield_10101":null,"subtasks":[],"customfield_10100":"10000_*:*_1_*:*_419894747_*|*_5_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_59502288","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/5","description":"A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/resolved.png","name":"Fixed","id":"5"},"labels":[],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":["com.atlassian.greenhopper.service.sprint.Sprint@1a52c5b[rapidViewId=6,state=ACTIVE,name=Sprint 1.5,startDate=2013-10-12T17:19:29.436-07:00,endDate=2013-10-26T17:19:00.000-07:00,completeDate=<null>,id=20]"],"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"customfield_10805":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10205","value":"Failure w/o workaround","id":"10205"},"environment":null,"customfield_10700":null,"timeestimate":null,"customfield_10300":"5284","lastViewed":"2013-10-21T07:31:29.312-0700","aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"27131","self":"https://unlockdata.jira.com/rest/api/2/issue/27131","key":"WEB-1855","fields":{"progress":{"progress":0,"total":0},"summary":"Document User Notifications system","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/3","id":"3","description":"A task that needs to be done.","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/task.png","name":"Task","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1855/votes","votes":0,"hasVoted":false},"resolution":null,"fixVersions":[],"resolutiondate":null,"timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-16T10:54:01.000-0700","created":"2013-10-15T17:24:24.000-0700","description":null,"priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/3","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/major.png","name":"Normal","id":"3"},"duedate":null,"customfield_10812":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1855/watchers","watchCount":1,"isWatching":true},"customfield_10000":"6892","customfield_10103":null,"customfield_10102":null,"customfield_10101":null,"subtasks":[],"customfield_10100":null,"status":{"self":"https://unlockdata.jira.com/rest/api/2/status/10000","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/generic.png","name":"Backlog","id":"10000"},"labels":[],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":null,"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"environment":null,"customfield_10700":"WEB-1736","timeestimate":null,"customfield_10300":"5408","lastViewed":"2013-10-15T17:26:51.116-0700","aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"27127","self":"https://unlockdata.jira.com/rest/api/2/issue/27127","key":"WEB-1851","fields":{"progress":{"progress":0,"total":0},"summary":"Fit and finish items on UI","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/6","id":"6","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/story.png","name":"Story","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1851/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/1","id":"1","description":"A fix for this issue is checked into the tree and tested.","name":"Fixed"},"fixVersions":[],"resolutiondate":"2013-10-16T10:54:46.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=narayan","name":"narayan","emailAddress":"narayan@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/bbf8c3fff0d14b7c09e1f53e4e2e1ca9?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/bbf8c3fff0d14b7c09e1f53e4e2e1ca9?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/bbf8c3fff0d14b7c09e1f53e4e2e1ca9?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/bbf8c3fff0d14b7c09e1f53e4e2e1ca9?d=mm&s=48"},"displayName":"Narayan Bharadwaj","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-16T10:54:46.000-0700","created":"2013-10-15T15:17:48.000-0700","description":"- Change \"Support\" to \"Help\" on the email notification when story is shared\r\n- Change email sender to \"ClearStory\" instead of \"No Reply\"","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/3","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/major.png","name":"Normal","id":"3"},"customfield_10812":null,"duedate":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1851/watchers","watchCount":2,"isWatching":true},"customfield_10105":null,"customfield_10106":null,"customfield_10000":"6888","customfield_10103":null,"customfield_10102":null,"customfield_10101":"2013-10-15 16:41:33.835","subtasks":[],"customfield_10100":"6_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_70618686","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/6","description":"The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/closed.png","name":"Closed","id":"6"},"labels":[],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":null,"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"environment":null,"customfield_10700":"WEB-1283","timeestimate":null,"customfield_10300":"116","lastViewed":"2013-10-15T17:45:46.422-0700","aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"27119","self":"https://unlockdata.jira.com/rest/api/2/issue/27119","key":"WEB-1845","fields":{"progress":{"progress":0,"total":0},"summary":"Acceptance Test Framework - Admin - Org Management","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/6","id":"6","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/story.png","name":"Story","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1845/votes","votes":0,"hasVoted":false},"resolution":null,"fixVersions":[],"resolutiondate":null,"timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=ellen","name":"ellen","emailAddress":"ellen@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=48"},"displayName":"Ellen Hudson-Snyder","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-25T12:53:34.000-0700","created":"2013-10-15T12:49:35.000-0700","description":"Acceptance test framework for managing orgs, etc. from the admin screen.","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/3","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/major.png","name":"Normal","id":"3"},"customfield_10812":null,"duedate":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1845/watchers","watchCount":1,"isWatching":false},"customfield_10105":2.0,"customfield_10106":null,"customfield_10000":"6880","customfield_10103":null,"customfield_10102":null,"customfield_10101":null,"subtasks":[],"customfield_10100":null,"status":{"self":"https://unlockdata.jira.com/rest/api/2/status/10000","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/generic.png","name":"Backlog","id":"10000"},"labels":[],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":null,"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"environment":null,"customfield_10700":"WEB-1283","timeestimate":null,"customfield_10300":"156","lastViewed":"2013-10-21T07:33:22.848-0700","aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"27118","self":"https://unlockdata.jira.com/rest/api/2/issue/27118","key":"WEB-1844","fields":{"progress":{"progress":0,"total":0},"summary":"Acceptance Test Framework - Admin - User management","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/6","id":"6","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/story.png","name":"Story","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1844/votes","votes":0,"hasVoted":false},"resolution":null,"fixVersions":[],"resolutiondate":null,"timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=ellen","name":"ellen","emailAddress":"ellen@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=48"},"displayName":"Ellen Hudson-Snyder","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-25T16:20:50.000-0700","created":"2013-10-15T12:48:28.000-0700","description":"Acceptance test framework for managing user related functions from the admin screen","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/3","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/major.png","name":"Normal","id":"3"},"customfield_10812":null,"duedate":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1844/watchers","watchCount":1,"isWatching":false},"customfield_10105":2.0,"customfield_10106":null,"customfield_10000":"6879","customfield_10103":null,"customfield_10102":null,"customfield_10101":null,"subtasks":[],"customfield_10100":null,"status":{"self":"https://unlockdata.jira.com/rest/api/2/status/10000","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/generic.png","name":"Backlog","id":"10000"},"labels":[],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":["com.atlassian.greenhopper.service.sprint.Sprint@1affeac[rapidViewId=16,state=ACTIVE,name=Sprint 1.6,startDate=2013-10-25T15:16:53.316-07:00,endDate=2013-11-08T15:16:00.000-08:00,completeDate=<null>,id=23]"],"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"environment":null,"customfield_10700":"WEB-1283","timeestimate":null,"customfield_10300":"152","lastViewed":"2013-10-21T07:33:31.873-0700","aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"27114","self":"https://unlockdata.jira.com/rest/api/2/issue/27114","key":"WEB-1842","fields":{"progress":{"progress":0,"total":0},"summary":"Typo on last screen of new data source from file","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/1","id":"1","description":"A problem which impairs or prevents the functions of the product.","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/bug.png","name":"Bug","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1842/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/1","id":"1","description":"A fix for this issue is checked into the tree and tested.","name":"Fixed"},"fixVersions":[{"self":"https://unlockdata.jira.com/rest/api/2/version/11500","id":"11500","description":"post freeze","name":"1.4.freeze","archived":false,"released":false}],"resolutiondate":"2013-10-15T13:03:35.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=csd_jira","name":"csd_jira","emailAddress":"vachan@clearstorydatainc.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/da5ea8ac8cd1f332cc6b0392b01bc139?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/da5ea8ac8cd1f332cc6b0392b01bc139?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/da5ea8ac8cd1f332cc6b0392b01bc139?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/da5ea8ac8cd1f332cc6b0392b01bc139?d=mm&s=48"},"displayName":"CSD Jira Default user","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-15T13:03:35.000-0700","created":"2013-10-14T14:22:54.000-0700","description":"Change \"All members of your organization have access this data source.\" \r\nto\r\n\"All members of your organization have access to this data source.\"\n\n*Reporter*: Stephen McDaniel\n*E-mail*: [mailto:stephen.mcdaniel@freakalytics.com]","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/1","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/blocker.png","name":"Urgent","id":"1"},"duedate":null,"customfield_10812":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1842/watchers","watchCount":3,"isWatching":true},"customfield_10105":null,"customfield_10000":"6875","customfield_10103":null,"customfield_10102":null,"customfield_10101":"2013-10-15 10:53:09.533","subtasks":[],"customfield_10100":"10000_*:*_1_*:*_6141330_*|*_6_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_75499110","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/6","description":"The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/closed.png","name":"Closed","id":"6"},"labels":["collector-77db1e1f"],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":null,"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"customfield_10805":null,"environment":"\r\n\r\n*Location*: https://app.clearstorydata.com/data_sources/new_file\r\n*User-Agent*: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.69 Safari/537.36\r\n*Referrer*: https://app.clearstorydata.com/data_sources/new\r\n*Screen Resolution*: 1280 x 768\r\n","customfield_10700":"WEB-1469","timeestimate":null,"customfield_10300":"5401","lastViewed":"2013-10-23T07:47:24.241-0700","aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10403","value":"Data Ingest","id":"10403"},"aggregatetimespent":null,"customfield_10802":null}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"27110","self":"https://unlockdata.jira.com/rest/api/2/issue/27110","key":"WEB-1839","fields":{"progress":{"progress":0,"total":0},"summary":"Footer text has some typos","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/1","id":"1","description":"A problem which impairs or prevents the functions of the product.","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/bug.png","name":"Bug","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1839/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/1","id":"1","description":"A fix for this issue is checked into the tree and tested.","name":"Fixed"},"fixVersions":[{"self":"https://unlockdata.jira.com/rest/api/2/version/11500","id":"11500","description":"post freeze","name":"1.4.freeze","archived":false,"released":false}],"resolutiondate":"2013-10-15T13:03:55.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=vachan","name":"vachan","emailAddress":"vachan@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=48"},"displayName":"Vachan Wodeyar","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-18T10:31:36.000-0700","created":"2013-10-14T12:45:34.000-0700","description":"Shows \" © Copyright 2013 ClearStory Data Inc. All rights reserved. Info\"","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/2","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/critical.png","name":"High","id":"2"},"duedate":null,"customfield_10812":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1839/watchers","watchCount":3,"isWatching":true},"customfield_10105":null,"customfield_10000":"6871","customfield_10103":null,"customfield_10102":null,"customfield_10101":"2013-10-15 10:46:27.346","subtasks":[],"customfield_10100":"10000_*:*_1_*:*_8244108_*|*_5_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_79257215","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/6","description":"The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/closed.png","name":"Closed","id":"6"},"labels":[],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":["com.atlassian.greenhopper.service.sprint.Sprint@1a52c5b[rapidViewId=6,state=ACTIVE,name=Sprint 1.5,startDate=2013-10-12T17:19:29.436-07:00,endDate=2013-10-26T17:19:00.000-07:00,completeDate=<null>,id=20]"],"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"customfield_10805":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10300","value":"Cosmetic","id":"10300"},"environment":null,"customfield_10700":null,"timeestimate":null,"customfield_10300":"5288","lastViewed":"2013-10-15T13:03:55.601-0700","aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"27061","self":"https://unlockdata.jira.com/rest/api/2/issue/27061","key":"WEB-1831","fields":{"progress":{"progress":0,"total":0},"summary":"Admin: User invite url is incorrect when using a different login name","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/1","id":"1","description":"A problem which impairs or prevents the functions of the product.","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/bug.png","name":"Bug","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1831/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/1","id":"1","description":"A fix for this issue is checked into the tree and tested.","name":"Fixed"},"fixVersions":[{"self":"https://unlockdata.jira.com/rest/api/2/version/11500","id":"11500","description":"post freeze","name":"1.4.freeze","archived":false,"released":false}],"resolutiondate":"2013-10-15T08:12:42.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=vachan","name":"vachan","emailAddress":"vachan@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=48"},"displayName":"Vachan Wodeyar","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-15T11:28:06.000-0700","created":"2013-10-11T17:22:21.000-0700","description":"The url sent to users contains a link to the wrong user reference if you create a user login that is different from the email id. \r\n\r\nClicking on the url will take you to the account update screen of the user whose email was used.\r\n\r\nFor e.g. \r\n\r\nI created a user with login name \"test-user\" and used my email. When creating the user, I choose to send out email invite (there is no other way to send invite because of other issues).\r\n\r\nWhen I click on the url in the email I received, I am taken to my account page, instead of \"test-users\"s account ","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/2","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/critical.png","name":"High","id":"2"},"duedate":null,"customfield_10812":null,"issuelinks":[{"id":"15117","self":"https://unlockdata.jira.com/rest/api/2/issueLink/15117","type":{"id":"10000","name":"Blocks","inward":"is blocked by","outward":"blocks","self":"https://unlockdata.jira.com/rest/api/2/issueLinkType/10000"},"outwardIssue":{"id":"26723","key":"WEB-1640","self":"https://unlockdata.jira.com/rest/api/2/issue/26723","fields":{"summary":"User logs in using login_name instead of email","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/6","description":"The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/closed.png","name":"Closed","id":"6"},"priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/3","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/major.png","name":"Normal","id":"3"},"issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/6","id":"6","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/story.png","name":"Story","subtask":false}}}}],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1831/watchers","watchCount":2,"isWatching":false},"customfield_10105":null,"customfield_10000":"6857","customfield_10103":null,"customfield_10102":null,"customfield_10101":"2013-10-14 10:38:04.645","subtasks":[],"customfield_10100":"10000_*:*_1_*:*_77689021_*|*_5_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_234931765","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/6","description":"The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/closed.png","name":"Closed","id":"6"},"labels":[],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":["com.atlassian.greenhopper.service.sprint.Sprint@1a52c5b[rapidViewId=6,state=ACTIVE,name=Sprint 1.5,startDate=2013-10-12T17:19:29.436-07:00,endDate=2013-10-26T17:19:00.000-07:00,completeDate=<null>,id=20]"],"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"customfield_10805":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10204","value":"Crash or data loss","id":"10204"},"environment":null,"customfield_10700":null,"timeestimate":null,"customfield_10300":"106","lastViewed":"2013-10-15T08:12:42.501-0700","aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"27059","self":"https://unlockdata.jira.com/rest/api/2/issue/27059","key":"WEB-1829","fields":{"progress":{"progress":0,"total":0},"summary":"Admin: New user preferences are not saved","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/1","id":"1","description":"A problem which impairs or prevents the functions of the product.","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/bug.png","name":"Bug","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1829/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/1","id":"1","description":"A fix for this issue is checked into the tree and tested.","name":"Fixed"},"fixVersions":[{"self":"https://unlockdata.jira.com/rest/api/2/version/11500","id":"11500","description":"post freeze","name":"1.4.freeze","archived":false,"released":false}],"resolutiondate":"2013-10-15T08:13:12.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=vachan","name":"vachan","emailAddress":"vachan@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=48"},"displayName":"Vachan Wodeyar","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-15T20:40:35.000-0700","created":"2013-10-11T17:12:06.000-0700","description":"When you create a new user using user preferences different than the defaults, the new values are not saved in the DB.\r\n\r\nPreferences in the Admin screen (\"new_comment\" is false)\r\n\r\n{:notifications=>{:added_to_story=>true, :new_comment=>false, :new_discussion=>true}}\r\n\r\nPreferences from the DB (all of them are true - which is incorrect, we should see \"new comment\" as false):\r\n\"preferences\":{\r\n\"notifications\":{\r\n\"addedToStory\":true,\r\n\"newComment\":true,\r\n\"newDiscussion\":true\r\n}","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/2","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/critical.png","name":"High","id":"2"},"duedate":null,"customfield_10812":null,"issuelinks":[{"id":"15115","self":"https://unlockdata.jira.com/rest/api/2/issueLink/15115","type":{"id":"10000","name":"Blocks","inward":"is blocked by","outward":"blocks","self":"https://unlockdata.jira.com/rest/api/2/issueLinkType/10000"},"outwardIssue":{"id":"26371","key":"WEB-1553","self":"https://unlockdata.jira.com/rest/api/2/issue/26371","fields":{"summary":"Admin screen for CSD to control orgs, users and features - Phase 1","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/6","description":"The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/closed.png","name":"Closed","id":"6"},"priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/2","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/critical.png","name":"High","id":"2"},"issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/6","id":"6","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/story.png","name":"Story","subtask":false}}}}],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1829/watchers","watchCount":3,"isWatching":true},"customfield_10105":null,"customfield_10000":"6855","customfield_10103":null,"customfield_10102":null,"customfield_10101":"2013-10-14 10:38:54.497","subtasks":[],"customfield_10100":"10000_*:*_1_*:*_77675424_*|*_5_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_235591412","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/6","description":"The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/closed.png","name":"Closed","id":"6"},"labels":[],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":["com.atlassian.greenhopper.service.sprint.Sprint@1a52c5b[rapidViewId=6,state=ACTIVE,name=Sprint 1.5,startDate=2013-10-12T17:19:29.436-07:00,endDate=2013-10-26T17:19:00.000-07:00,completeDate=<null>,id=20]"],"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"customfield_10805":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10205","value":"Failure w/o workaround","id":"10205"},"environment":null,"customfield_10700":null,"timeestimate":null,"customfield_10300":"111","lastViewed":"2013-10-15T19:28:19.535-0700","aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"27058","self":"https://unlockdata.jira.com/rest/api/2/issue/27058","key":"WEB-1828","fields":{"progress":{"progress":0,"total":0},"summary":"Admin email invite does not use correct login name (uses email instead)","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/1","id":"1","description":"A problem which impairs or prevents the functions of the product.","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/bug.png","name":"Bug","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1828/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/1","id":"1","description":"A fix for this issue is checked into the tree and tested.","name":"Fixed"},"fixVersions":[{"self":"https://unlockdata.jira.com/rest/api/2/version/11500","id":"11500","description":"post freeze","name":"1.4.freeze","archived":false,"released":false}],"resolutiondate":"2013-10-15T08:12:59.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=vachan","name":"vachan","emailAddress":"vachan@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=48"},"displayName":"Vachan Wodeyar","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-15T20:40:32.000-0700","created":"2013-10-11T16:59:57.000-0700","description":"If you are creating a user that has login name different than the user name, the email invite that goes out uses the wrong field to populate.\r\n\r\ne.g. create a user with name \"bob\", email: some_bob@foo.com.\r\n\r\nThe email invite will have the following content, so the user will not know about the login id and cannot login.\r\n\r\nGreetings Bob,\r\n\r\nWelcome to ClearStory Data!\r\n\r\nYour user name is: some_bob@foo.com\r\n","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/2","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/critical.png","name":"High","id":"2"},"duedate":null,"customfield_10812":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1828/watchers","watchCount":3,"isWatching":true},"customfield_10105":null,"customfield_10000":"6854","customfield_10103":null,"customfield_10102":null,"customfield_10101":"2013-10-14 10:39:29.015","subtasks":[],"customfield_10100":"10000_*:*_1_*:*_77624588_*|*_5_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_236357374","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/6","description":"The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/closed.png","name":"Closed","id":"6"},"labels":[],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":["com.atlassian.greenhopper.service.sprint.Sprint@1a52c5b[rapidViewId=6,state=ACTIVE,name=Sprint 1.5,startDate=2013-10-12T17:19:29.436-07:00,endDate=2013-10-26T17:19:00.000-07:00,completeDate=<null>,id=20]"],"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"customfield_10805":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10205","value":"Failure w/o workaround","id":"10205"},"environment":null,"customfield_10700":null,"timeestimate":null,"customfield_10300":"108","lastViewed":"2013-10-15T19:28:52.998-0700","aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"27054","self":"https://unlockdata.jira.com/rest/api/2/issue/27054","key":"WEB-1824","fields":{"progress":{"progress":0,"total":0},"summary":"Admin: cannot update org preferences","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/1","id":"1","description":"A problem which impairs or prevents the functions of the product.","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/bug.png","name":"Bug","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1824/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/1","id":"1","description":"A fix for this issue is checked into the tree and tested.","name":"Fixed"},"fixVersions":[{"self":"https://unlockdata.jira.com/rest/api/2/version/11104","id":"11104","description":"1.4","name":"1.4","archived":false,"released":false,"releaseDate":"2013-10-17"}],"resolutiondate":"2013-10-15T16:27:04.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=vachan","name":"vachan","emailAddress":"vachan@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=48"},"displayName":"Vachan Wodeyar","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-18T17:19:50.000-0700","created":"2013-10-11T16:48:47.000-0700","description":"Log in as admin and navigate to the admin pages. \r\n\r\n1. Create a new org \"test org 10\" and save.\r\n2. Edit the org preferences and update a value. You will see the following stack, this is probably because we still dont allow csd admin to update orgs across the board:\r\n\r\nRestClient::Forbidden in Admin::OrganizationsController#update\r\n\r\n403 Forbidden\r\nRails.root: /usr/share/story-webapp\r\n\r\nApplication Trace | Framework Trace | Full Trace\r\napp/controllers/admin/organizations_controller.rb:26:in `update'\r\nRequest\r\n\r\nParameters:\r\n\r\n{\"utf8\"=>\"✓\",\r\n \"_method\"=>\"put\",\r\n \"authenticity_token\"=>\"zI1AjhSvAInZHnDOlQ99WX2uFpND5QdzwCcWtSEe2aY=\",\r\n \"organization\"=>{\"name\"=>\"Acme Inc\",\r\n \"enabled\"=>true,\r\n \"preferences\"=>\"{\\\"show_hidden_dyml\\\":true,\r\n\\\"data_ingest\\\":false}\"},\r\n \"commit\"=>\"Update Organization\",\r\n \"id\"=>\"dde06286-d60c-49f9-9500-ad57d7b97acc\"}","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/2","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/critical.png","name":"High","id":"2"},"duedate":null,"customfield_10812":null,"issuelinks":[{"id":"15113","self":"https://unlockdata.jira.com/rest/api/2/issueLink/15113","type":{"id":"10000","name":"Blocks","inward":"is blocked by","outward":"blocks","self":"https://unlockdata.jira.com/rest/api/2/issueLinkType/10000"},"outwardIssue":{"id":"26371","key":"WEB-1553","self":"https://unlockdata.jira.com/rest/api/2/issue/26371","fields":{"summary":"Admin screen for CSD to control orgs, users and features - Phase 1","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/6","description":"The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/closed.png","name":"Closed","id":"6"},"priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/2","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/critical.png","name":"High","id":"2"},"issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/6","id":"6","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/story.png","name":"Story","subtask":false}}}}],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1824/watchers","watchCount":3,"isWatching":true},"customfield_10105":null,"customfield_10000":"6850","customfield_10103":null,"customfield_10102":null,"customfield_10101":"2013-10-14 10:40:13.26","subtasks":[],"customfield_10100":"10000_*:*_1_*:*_8608510_*|*_6_*:*_1_*:*_81609782_*|*_5_*:*_1_*:*_0_*|*_4_*:*_1_*:*_17005941_*|*_10009_*:*_1_*:*_237072266","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/6","description":"The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/closed.png","name":"Closed","id":"6"},"labels":[],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":["com.atlassian.greenhopper.service.sprint.Sprint@1a52c5b[rapidViewId=6,state=ACTIVE,name=Sprint 1.5,startDate=2013-10-12T17:19:29.436-07:00,endDate=2013-10-26T17:19:00.000-07:00,completeDate=<null>,id=20]"],"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"customfield_10805":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10204","value":"Crash or data loss","id":"10204"},"environment":null,"customfield_10700":null,"timeestimate":null,"customfield_10300":"107","lastViewed":"2013-10-15T19:31:06.851-0700","aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"27048","self":"https://unlockdata.jira.com/rest/api/2/issue/27048","key":"WEB-1818","fields":{"progress":{"progress":0,"total":0},"summary":"Admin screens broken on production","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/1","id":"1","description":"A problem which impairs or prevents the functions of the product.","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/bug.png","name":"Bug","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1818/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/1","id":"1","description":"A fix for this issue is checked into the tree and tested.","name":"Fixed"},"fixVersions":[{"self":"https://unlockdata.jira.com/rest/api/2/version/11500","id":"11500","description":"post freeze","name":"1.4.freeze","archived":false,"released":false}],"resolutiondate":"2013-10-16T12:41:38.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=vachan","name":"vachan","emailAddress":"vachan@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=48"},"displayName":"Vachan Wodeyar","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-17T22:10:31.000-0700","created":"2013-10-11T16:25:01.000-0700","description":"The admin invite screen on production and staging seem to be broken.\r\n\r\nWhen you login as https://app.clearstorydata.com/admin you will see an error page","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/3","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/major.png","name":"Normal","id":"3"},"duedate":null,"customfield_10812":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1818/watchers","watchCount":1,"isWatching":false},"customfield_10105":null,"customfield_10000":"6844","customfield_10103":null,"customfield_10102":null,"customfield_10101":null,"subtasks":[],"customfield_10100":"10000_*:*_1_*:*_179931691_*|*_5_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_238665931","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/6","description":"The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/closed.png","name":"Closed","id":"6"},"labels":[],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":["com.atlassian.greenhopper.service.sprint.Sprint@1a52c5b[rapidViewId=6,state=ACTIVE,name=Sprint 1.5,startDate=2013-10-12T17:19:29.436-07:00,endDate=2013-10-26T17:19:00.000-07:00,completeDate=<null>,id=20]"],"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"customfield_10805":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10204","value":"Crash or data loss","id":"10204"},"environment":null,"customfield_10700":null,"timeestimate":null,"customfield_10300":"110","lastViewed":"2013-10-14T15:55:02.417-0700","aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"27047","self":"https://unlockdata.jira.com/rest/api/2/issue/27047","key":"WEB-1817","fields":{"progress":{"progress":0,"total":0},"summary":"Admin User Management - No checks on user email field","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/1","id":"1","description":"A problem which impairs or prevents the functions of the product.","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/bug.png","name":"Bug","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1817/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/1","id":"1","description":"A fix for this issue is checked into the tree and tested.","name":"Fixed"},"fixVersions":[],"resolutiondate":"2013-10-23T12:44:44.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=vachan","name":"vachan","emailAddress":"vachan@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/8b5d48afa5e7fc0a2223f9edf90107cb?d=mm&s=48"},"displayName":"Vachan Wodeyar","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-25T12:40:21.000-0700","created":"2013-10-11T16:21:42.000-0700","description":"There are no validation checks on the email field. So I am create emails such as foo@foo\r\n\r\nThis will later fail when you try to send out email invites","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/3","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/major.png","name":"Normal","id":"3"},"duedate":null,"customfield_10812":null,"issuelinks":[{"id":"15112","self":"https://unlockdata.jira.com/rest/api/2/issueLink/15112","type":{"id":"10000","name":"Blocks","inward":"is blocked by","outward":"blocks","self":"https://unlockdata.jira.com/rest/api/2/issueLinkType/10000"},"outwardIssue":{"id":"26371","key":"WEB-1553","self":"https://unlockdata.jira.com/rest/api/2/issue/26371","fields":{"summary":"Admin screen for CSD to control orgs, users and features - Phase 1","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/6","description":"The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/closed.png","name":"Closed","id":"6"},"priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/2","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/critical.png","name":"High","id":"2"},"issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/6","id":"6","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/story.png","name":"Story","subtask":false}}}}],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1817/watchers","watchCount":2,"isWatching":true},"customfield_10105":1.0,"customfield_10000":"6843","customfield_10103":null,"customfield_10102":null,"customfield_10101":"2013-10-14 12:18:36.67","subtasks":[],"customfield_10100":"10000_*:*_1_*:*_784902351_*|*_5_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_238879983","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/5","description":"A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/resolved.png","name":"Fixed","id":"5"},"labels":[],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":["com.atlassian.greenhopper.service.sprint.Sprint@1a52c5b[rapidViewId=6,state=ACTIVE,name=Sprint 1.5,startDate=2013-10-12T17:19:29.436-07:00,endDate=2013-10-26T17:19:00.000-07:00,completeDate=<null>,id=20]"],"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"customfield_10805":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10206","value":"Failure with workaround","id":"10206"},"environment":null,"customfield_10700":null,"timeestimate":null,"customfield_10300":"112","lastViewed":"2013-10-25T12:40:21.381-0700","aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"27045","self":"https://unlockdata.jira.com/rest/api/2/issue/27045","key":"WEB-1815","fields":{"progress":{"progress":0,"total":0},"summary":"Acceptance Test Framework - DYML page","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/6","id":"6","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/story.png","name":"Story","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1815/votes","votes":0,"hasVoted":false},"resolution":null,"fixVersions":[],"resolutiondate":null,"timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=ellen","name":"ellen","emailAddress":"ellen@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=48"},"displayName":"Ellen Hudson-Snyder","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-25T12:53:29.000-0700","created":"2013-10-11T16:10:17.000-0700","description":"High level placeholder for Acceptance Test famework Development for the DYML page including:\r\n- Page object(s) development\r\n- Content for each section\r\n- Purchase status\r\n- Purchase flow\r\n- Story creation flow link\r\n- Explore flow","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/3","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/major.png","name":"Normal","id":"3"},"customfield_10812":null,"duedate":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1815/watchers","watchCount":1,"isWatching":false},"customfield_10105":null,"customfield_10106":null,"customfield_10000":"6841","customfield_10103":null,"customfield_10102":null,"customfield_10101":null,"subtasks":[],"customfield_10100":null,"status":{"self":"https://unlockdata.jira.com/rest/api/2/status/10000","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/generic.png","name":"Backlog","id":"10000"},"labels":[],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":null,"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"environment":null,"customfield_10700":"WEB-1283","timeestimate":null,"customfield_10300":"155","lastViewed":null,"aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"27038","self":"https://unlockdata.jira.com/rest/api/2/issue/27038","key":"WEB-1808","fields":{"progress":{"progress":0,"total":0},"summary":"Acceptance Tests - Administrative Functions","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/6","id":"6","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/story.png","name":"Story","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1808/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/3","id":"3","description":"The problem is a duplicate of an existing issue.","name":"Duplicate"},"fixVersions":[],"resolutiondate":"2013-10-21T07:35:08.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=ellen","name":"ellen","emailAddress":"ellen@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=48"},"displayName":"Ellen Hudson-Snyder","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-21T07:35:08.000-0700","created":"2013-10-11T15:36:18.000-0700","description":"Top level placeholder for tracking Acceptance Test development for Administrative functions including:\r\n\r\n- creation of page objects for test interaction\r\n- Org creation\r\n- User email invites, etc.","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/3","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/major.png","name":"Normal","id":"3"},"customfield_10812":null,"duedate":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1808/watchers","watchCount":2,"isWatching":true},"customfield_10105":null,"customfield_10106":null,"customfield_10000":"6834","customfield_10103":null,"customfield_10102":null,"customfield_10101":"2013-10-21 07:35:08.896","subtasks":[],"customfield_10100":"10000_*:*_1_*:*_499692485_*|*_6_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_335437599","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/6","description":"The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/closed.png","name":"Closed","id":"6"},"labels":[],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":["com.atlassian.greenhopper.service.sprint.Sprint@1a52c5b[rapidViewId=6,state=ACTIVE,name=Sprint 1.5,startDate=2013-10-12T17:19:29.436-07:00,endDate=2013-10-26T17:19:00.000-07:00,completeDate=<null>,id=20]"],"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"environment":null,"customfield_10700":null,"timeestimate":null,"customfield_10300":"5278","lastViewed":"2013-10-21T07:35:08.878-0700","aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"27019","self":"https://unlockdata.jira.com/rest/api/2/issue/27019","key":"WEB-1793","fields":{"progress":{"progress":0,"total":0},"summary":"Ability to send test emails to Litmus","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/6","id":"6","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/story.png","name":"Story","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1793/votes","votes":0,"hasVoted":false},"resolution":null,"fixVersions":[],"resolutiondate":null,"timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-25T12:53:14.000-0700","created":"2013-10-10T12:58:19.000-0700","description":"Litmus (http://litmus.com) is an email testing platform that allows you to view delivered emails rendered in a variety of email clients. It's very powerful & easy to use & I've had a great experience with it in the past.\r\n\r\nOur transactional email is currently barebones enough that multi-client testing is not essential. That said, it would be a good thing to have, & may become necessary as our emails grow in sophistication, so capturing.","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/4","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/minor.png","name":"Low","id":"4"},"customfield_10812":null,"duedate":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1793/watchers","watchCount":1,"isWatching":true},"customfield_10105":1.0,"customfield_10106":null,"customfield_10000":"6815","customfield_10103":null,"customfield_10102":null,"customfield_10101":null,"subtasks":[],"customfield_10100":null,"status":{"self":"https://unlockdata.jira.com/rest/api/2/status/10000","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/generic.png","name":"Backlog","id":"10000"},"labels":["email","testing"],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":null,"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"environment":null,"customfield_10700":"WEB-1283","timeestimate":null,"customfield_10300":"5071","lastViewed":"2013-10-25T12:53:09.307-0700","aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"27007","self":"https://unlockdata.jira.com/rest/api/2/issue/27007","key":"WEB-1784","fields":{"progress":{"progress":0,"total":0},"summary":"Display login_name instead of email in front end","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/1","id":"1","description":"A problem which impairs or prevents the functions of the product.","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/bug.png","name":"Bug","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1784/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/1","id":"1","description":"A fix for this issue is checked into the tree and tested.","name":"Fixed"},"fixVersions":[],"resolutiondate":"2013-10-23T10:57:21.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=brian","name":"brian","emailAddress":"brian@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/91aae0b4ce5e32bef56f92f1e540cf55?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/91aae0b4ce5e32bef56f92f1e540cf55?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/91aae0b4ce5e32bef56f92f1e540cf55?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/91aae0b4ce5e32bef56f92f1e540cf55?d=mm&s=48"},"displayName":"Brian Zotter","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-23T10:57:21.000-0700","created":"2013-10-09T12:16:56.000-0700","description":null,"priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/2","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/critical.png","name":"High","id":"2"},"duedate":null,"customfield_10812":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1784/watchers","watchCount":2,"isWatching":false},"customfield_10105":1.0,"customfield_10000":"6803","customfield_10103":null,"customfield_10102":null,"customfield_10101":"2013-10-15 16:59:38.112","subtasks":[],"customfield_10100":"3_*:*_1_*:*_598530340_*|*_10000_*:*_1_*:*_525170662_*|*_6_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_81123668","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/6","description":"The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/closed.png","name":"Closed","id":"6"},"labels":[],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":["com.atlassian.greenhopper.service.sprint.Sprint@1a52c5b[rapidViewId=6,state=ACTIVE,name=Sprint 1.5,startDate=2013-10-12T17:19:29.436-07:00,endDate=2013-10-26T17:19:00.000-07:00,completeDate=<null>,id=20]"],"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"customfield_10805":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10206","value":"Failure with workaround","id":"10206"},"environment":null,"customfield_10700":null,"timeestimate":null,"customfield_10300":"105","lastViewed":"2013-10-21T07:32:38.294-0700","aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"26997","self":"https://unlockdata.jira.com/rest/api/2/issue/26997","key":"WEB-1775","fields":{"progress":{"progress":0,"total":0},"summary":"Webapp fails in Vagrant due to missing config","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/1","id":"1","description":"A problem which impairs or prevents the functions of the product.","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/bug.png","name":"Bug","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1775/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/3","id":"3","description":"The problem is a duplicate of an existing issue.","name":"Duplicate"},"fixVersions":[],"resolutiondate":"2013-10-08T10:39:14.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-08T10:39:14.000-0700","created":"2013-10-08T10:38:29.000-0700","description":null,"priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/3","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/major.png","name":"Normal","id":"3"},"duedate":null,"customfield_10812":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1775/watchers","watchCount":1,"isWatching":true},"customfield_10105":0.0,"customfield_10000":"6793","customfield_10103":null,"customfield_10102":null,"customfield_10101":null,"subtasks":[],"customfield_10100":"3_*:*_1_*:*_26810_*|*_10000_*:*_1_*:*_1634_*|*_6_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_17007","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/6","description":"The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/closed.png","name":"Closed","id":"6"},"labels":[],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":null,"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"customfield_10805":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10205","value":"Failure w/o workaround","id":"10205"},"environment":null,"customfield_10700":null,"timeestimate":null,"customfield_10300":"5366","lastViewed":null,"aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"26984","self":"https://unlockdata.jira.com/rest/api/2/issue/26984","key":"WEB-1769","fields":{"progress":{"progress":0,"total":0},"summary":"Vagrant complains about missing config values","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/1","id":"1","description":"A problem which impairs or prevents the functions of the product.","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/bug.png","name":"Bug","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1769/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/1","id":"1","description":"A fix for this issue is checked into the tree and tested.","name":"Fixed"},"fixVersions":[{"self":"https://unlockdata.jira.com/rest/api/2/version/11104","id":"11104","description":"1.4","name":"1.4","archived":false,"released":false,"releaseDate":"2013-10-17"}],"resolutiondate":"2013-10-08T10:55:24.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-18T17:19:52.000-0700","created":"2013-10-07T13:21:04.000-0700","description":null,"priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/3","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/major.png","name":"Normal","id":"3"},"duedate":null,"customfield_10812":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1769/watchers","watchCount":1,"isWatching":true},"customfield_10105":0.0,"customfield_10000":"6780","customfield_10103":null,"customfield_10102":null,"customfield_10101":null,"subtasks":[],"customfield_10100":"10000_*:*_1_*:*_709360_*|*_5_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_76950019","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/6","description":"The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/closed.png","name":"Closed","id":"6"},"labels":["config"],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":null,"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"customfield_10805":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10205","value":"Failure w/o workaround","id":"10205"},"environment":null,"customfield_10700":null,"timeestimate":null,"customfield_10300":"5360","lastViewed":null,"aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10401","value":"Infrastructure","id":"10401"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"26983","self":"https://unlockdata.jira.com/rest/api/2/issue/26983","key":"WEB-1768","fields":{"progress":{"progress":0,"total":0},"summary":"Error in the Story Webapp production log file - ActionController::RoutingError (No route matches [GET] \"/csd_favicon.png\"):","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/1","id":"1","description":"A problem which impairs or prevents the functions of the product.","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/bug.png","name":"Bug","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1768/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/1","id":"1","description":"A fix for this issue is checked into the tree and tested.","name":"Fixed"},"fixVersions":[{"self":"https://unlockdata.jira.com/rest/api/2/version/11104","id":"11104","description":"1.4","name":"1.4","archived":false,"released":false,"releaseDate":"2013-10-17"}],"resolutiondate":"2013-10-11T17:48:41.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=ellen","name":"ellen","emailAddress":"ellen@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=48"},"displayName":"Ellen Hudson-Snyder","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-18T17:19:45.000-0700","created":"2013-10-07T12:24:04.000-0700","description":"This error shows up in the produciton.log file for the webapp:\r\n\r\nmethod=GET path=/ format=html controller=welcome action=index status=200 duration=447.31 view=285.29 session_id=d1d0713ccbf28082ef42a5812f4993b1 user_id=7966242c-44ca-415e-b7b5-864ea3587697\r\n\r\nActionController::RoutingError (No route matches [GET] \"/csd_favicon.png\"):\r\n vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'\r\n vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'\r\n vendor/bundle/ruby/1.9.1/gems/lograge-0.2.0/lib/lograge/rails_ext/rack/logger.rb:14:in `call_app'\r\n vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/rack/logger.rb:16:in `block in call'\r\n vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/tagged_logging.rb:22:in `tagged'\r\n vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/rack/logger.rb:16:in `call'\r\n vendor/bundle/ruby/1.9.1/gems/quiet_assets-1.0.2/lib/quiet_assets.rb:18:in `call_with_quiet_assets'\r\n vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/request_id.rb:22:in `call'\r\n vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/methodoverride.rb:21:in `call'\r\n vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/runtime.rb:17:in `call'\r\n vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/cache/strategy/local_cache.rb:72:in `call'\r\n vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/lock.rb:15:in `call'\r\n vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/engine.rb:479:in `call'\r\n vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/application.rb:223:in `call'\r\n vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:30:in `method_missing'\r\n vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/lint.rb:48:in `_call'\r\n vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/lint.rb:36:in `call'\r\n vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/showexceptions.rb:24:in `call'\r\n vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/commonlogger.rb:33:in `call'\r\n vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/chunked.rb:43:in `call'\r\n vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/content_length.rb:14:in `call'\r\n vendor/bundle/ruby/1.9.1/gems/unicorn-4.3.1/lib/unicorn/http_server.rb:531:in `process_client'\r\n vendor/bundle/ruby/1.9.1/gems/unicorn-4.3.1/lib/unicorn/http_server.rb:606:in `worker_loop'\r\n vendor/bundle/ruby/1.9.1/gems/unicorn-4.3.1/lib/unicorn/http_server.rb:487:in `spawn_missing_workers'\r\n vendor/bundle/ruby/1.9.1/gems/unicorn-4.3.1/lib/unicorn/http_server.rb:137:in `start'\r\n vendor/bundle/ruby/1.9.1/gems/unicorn-4.3.1/bin/unicorn:121:in `<top (required)>'\r\n vendor/bundle/ruby/1.9.1/bin/unicorn:23:in `load'\r\n vendor/bundle/ruby/1.9.1/bin/unicorn:23:in `<main>'\r\n\r\n","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/1","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/blocker.png","name":"Urgent","id":"1"},"duedate":null,"customfield_10812":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1768/watchers","watchCount":2,"isWatching":false},"customfield_10105":null,"customfield_10000":"6779","customfield_10103":null,"customfield_10102":null,"customfield_10101":"2013-10-11 17:48:41.323","subtasks":[],"customfield_10100":"10000_*:*_1_*:*_284618985_*|*_6_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_80457488","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/6","description":"The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/closed.png","name":"Closed","id":"6"},"labels":[],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":null,"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"customfield_10805":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10206","value":"Failure with workaround","id":"10206"},"environment":null,"customfield_10700":null,"timeestimate":null,"customfield_10300":"5359","lastViewed":null,"aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"26971","self":"https://unlockdata.jira.com/rest/api/2/issue/26971","key":"WEB-1760","fields":{"progress":{"progress":0,"total":0},"summary":"Page title does not update dynamically on story title change.","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/1","id":"1","description":"A problem which impairs or prevents the functions of the product.","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/bug.png","name":"Bug","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1760/votes","votes":0,"hasVoted":false},"resolution":null,"fixVersions":[],"resolutiondate":null,"timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=vaibhav","name":"vaibhav","emailAddress":"vaibhav@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/dc42dceb5c8e3be7f775a77c0e054d60?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/dc42dceb5c8e3be7f775a77c0e054d60?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/dc42dceb5c8e3be7f775a77c0e054d60?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/dc42dceb5c8e3be7f775a77c0e054d60?d=mm&s=48"},"displayName":"Vaibhav Nivargi","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-25T12:53:45.000-0700","created":"2013-10-04T15:59:30.000-0700","description":null,"priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/4","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/minor.png","name":"Low","id":"4"},"duedate":null,"customfield_10812":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1760/watchers","watchCount":1,"isWatching":false},"customfield_10105":null,"customfield_10000":"6767","customfield_10103":null,"customfield_10102":null,"customfield_10101":null,"subtasks":[],"customfield_10100":null,"status":{"self":"https://unlockdata.jira.com/rest/api/2/status/10000","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/generic.png","name":"Backlog","id":"10000"},"labels":[],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":null,"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"customfield_10805":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10300","value":"Cosmetic","id":"10300"},"environment":null,"customfield_10700":"WEB-1283","timeestimate":null,"customfield_10300":"5350","lastViewed":null,"aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10402","value":"Story Viz and Analysis","id":"10402"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"26965","self":"https://unlockdata.jira.com/rest/api/2/issue/26965","key":"WEB-1754","fields":{"progress":{"progress":0,"total":0},"summary":"Email not sending in production","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/1","id":"1","description":"A problem which impairs or prevents the functions of the product.","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/bug.png","name":"Bug","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1754/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/1","id":"1","description":"A fix for this issue is checked into the tree and tested.","name":"Fixed"},"fixVersions":[{"self":"https://unlockdata.jira.com/rest/api/2/version/11104","id":"11104","description":"1.4","name":"1.4","archived":false,"released":false,"releaseDate":"2013-10-17"}],"resolutiondate":"2013-10-04T12:20:19.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-18T17:19:46.000-0700","created":"2013-10-04T12:19:50.000-0700","description":null,"priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/3","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/major.png","name":"Normal","id":"3"},"duedate":null,"customfield_10812":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1754/watchers","watchCount":1,"isWatching":true},"customfield_10105":null,"customfield_10000":"6761","customfield_10103":null,"customfield_10102":null,"customfield_10101":null,"subtasks":[],"customfield_10100":"5_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_29498","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/6","description":"The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/closed.png","name":"Closed","id":"6"},"labels":["email"],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":null,"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"customfield_10805":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10205","value":"Failure w/o workaround","id":"10205"},"environment":null,"customfield_10700":"WEB-1736","timeestimate":null,"customfield_10300":"158","lastViewed":null,"aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"26950","self":"https://unlockdata.jira.com/rest/api/2/issue/26950","key":"WEB-1742","fields":{"progress":{"progress":0,"total":0},"summary":"Status indicator on editable story fields is too low","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/1","id":"1","description":"A problem which impairs or prevents the functions of the product.","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/bug.png","name":"Bug","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1742/votes","votes":0,"hasVoted":false},"resolution":null,"fixVersions":[],"resolutiondate":null,"timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-25T10:37:20.000-0700","created":"2013-10-03T12:02:48.000-0700","description":"No doubt a CSS rule shifted in the cascade\r\n\r\n!http://i.imgur.com/Fah4Qkq.png!","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/3","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/major.png","name":"Normal","id":"3"},"duedate":null,"customfield_10812":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1742/watchers","watchCount":1,"isWatching":true},"customfield_10105":null,"customfield_10000":"6746","customfield_10103":null,"customfield_10102":null,"customfield_10101":null,"subtasks":[],"customfield_10100":null,"status":{"self":"https://unlockdata.jira.com/rest/api/2/status/10000","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/generic.png","name":"Backlog","id":"10000"},"labels":[],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":null,"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"customfield_10805":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10300","value":"Cosmetic","id":"10300"},"environment":null,"customfield_10700":null,"timeestimate":null,"customfield_10300":"157","lastViewed":"2013-10-25T10:37:20.520-0700","aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"26943","self":"https://unlockdata.jira.com/rest/api/2/issue/26943","key":"WEB-1735","fields":{"progress":{"progress":0,"total":0},"summary":"Webapp Version is not detected","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/1","id":"1","description":"A problem which impairs or prevents the functions of the product.","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/bug.png","name":"Bug","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1735/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/1","id":"1","description":"A fix for this issue is checked into the tree and tested.","name":"Fixed"},"fixVersions":[{"self":"https://unlockdata.jira.com/rest/api/2/version/11500","id":"11500","description":"post freeze","name":"1.4.freeze","archived":false,"released":false}],"resolutiondate":"2013-10-15T08:51:16.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=ellen","name":"ellen","emailAddress":"ellen@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=48"},"displayName":"Ellen Hudson-Snyder","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-15T20:39:10.000-0700","created":"2013-10-03T09:58:46.000-0700","description":"Current deployments show Version unknown for the webapp. This is visible on the bottom bar, and on the admin page.\r\n\r\n\r\nSee attached.\r\n","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/3","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/major.png","name":"Normal","id":"3"},"duedate":null,"customfield_10812":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1735/watchers","watchCount":2,"isWatching":true},"customfield_10105":null,"customfield_10000":"6739","customfield_10103":null,"customfield_10102":null,"customfield_10101":"2013-10-03 12:08:31.997","subtasks":[],"customfield_10100":"10000_*:*_1_*:*_1029102787_*|*_5_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_3646962","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/6","description":"The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/closed.png","name":"Closed","id":"6"},"labels":[],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":["com.atlassian.greenhopper.service.sprint.Sprint@1a52c5b[rapidViewId=6,state=ACTIVE,name=Sprint 1.5,startDate=2013-10-12T17:19:29.436-07:00,endDate=2013-10-26T17:19:00.000-07:00,completeDate=<null>,id=20]"],"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"customfield_10805":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10206","value":"Failure with workaround","id":"10206"},"environment":null,"customfield_10700":"WEB-1283","timeestimate":null,"customfield_10300":"109","lastViewed":"2013-10-15T19:33:16.085-0700","aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"26942","self":"https://unlockdata.jira.com/rest/api/2/issue/26942","key":"WEB-1734","fields":{"progress":{"progress":0,"total":0},"summary":"Put \"spinner\" where \"Update Participants\" ","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/6","id":"6","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/story.png","name":"Story","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1734/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/1","id":"1","description":"A fix for this issue is checked into the tree and tested.","name":"Fixed"},"fixVersions":[{"self":"https://unlockdata.jira.com/rest/api/2/version/11104","id":"11104","description":"1.4","name":"1.4","archived":false,"released":false,"releaseDate":"2013-10-17"}],"resolutiondate":"2013-10-09T12:08:08.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=douglas","name":"douglas","emailAddress":"douglas@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/4a8c415707ebe7a40b1aab00ebe54b24?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/4a8c415707ebe7a40b1aab00ebe54b24?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/4a8c415707ebe7a40b1aab00ebe54b24?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/4a8c415707ebe7a40b1aab00ebe54b24?d=mm&s=48"},"displayName":"Douglas van der Molen","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-18T17:30:01.000-0700","created":"2013-10-03T09:54:43.000-0700","description":"Since there's a bit of a delay when you add members to a story, we should put a spinner there so users know something is happening and don't click the button twice. ","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/3","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/major.png","name":"Normal","id":"3"},"customfield_10812":null,"duedate":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1734/watchers","watchCount":3,"isWatching":false},"customfield_10105":null,"customfield_10106":null,"customfield_10000":"6738","customfield_10103":null,"customfield_10102":null,"customfield_10101":"2013-10-09 12:43:07.694","subtasks":[],"customfield_10100":"3_*:*_1_*:*_7565462_*|*_10000_*:*_1_*:*_518835352_*|*_5_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_3994","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/6","description":"The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/closed.png","name":"Closed","id":"6"},"labels":[],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":["com.atlassian.greenhopper.service.sprint.Sprint@b297b2[rapidViewId=6,state=CLOSED,name=Sprint 1.4,startDate=2013-09-30T10:10:38.482-07:00,endDate=2013-10-14T10:10:00.000-07:00,completeDate=2013-10-12T17:17:09.756-07:00,id=19]"],"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"environment":null,"customfield_10700":"WEB-1469","timeestimate":null,"customfield_10300":"426","lastViewed":null,"aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10402","value":"Story Viz and Analysis","id":"10402"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"26907","self":"https://unlockdata.jira.com/rest/api/2/issue/26907","key":"WEB-1705","fields":{"progress":{"progress":0,"total":0},"summary":"Add controls for notification preferences to story options","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/6","id":"6","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/story.png","name":"Story","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1705/votes","votes":0,"hasVoted":false},"resolution":null,"fixVersions":[],"resolutiondate":null,"timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-25T12:38:25.000-0700","created":"2013-09-30T13:04:41.000-0700","description":"Ability to turn off notifications on new comments, discussions, etc on a per story level. These controls should live within the story options flyover on the Story page.","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/3","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/major.png","name":"Normal","id":"3"},"customfield_10812":null,"duedate":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1705/watchers","watchCount":1,"isWatching":true},"customfield_10105":null,"customfield_10106":null,"customfield_10000":"6703","customfield_10103":null,"customfield_10102":null,"customfield_10101":null,"subtasks":[],"customfield_10100":null,"status":{"self":"https://unlockdata.jira.com/rest/api/2/status/10000","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/generic.png","name":"Backlog","id":"10000"},"labels":["email","preferences"],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":null,"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"environment":null,"customfield_10700":"WEB-1283","timeestimate":null,"customfield_10300":"5","lastViewed":"2013-10-23T12:54:21.371-0700","aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"26906","self":"https://unlockdata.jira.com/rest/api/2/issue/26906","key":"WEB-1704","fields":{"progress":{"progress":0,"total":0},"summary":"Ability to deep link to discussion/comment within story","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/6","id":"6","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/story.png","name":"Story","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1704/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/1","id":"1","description":"A fix for this issue is checked into the tree and tested.","name":"Fixed"},"fixVersions":[{"self":"https://unlockdata.jira.com/rest/api/2/version/11105","id":"11105","description":"1.5","name":"1.5","archived":false,"released":false,"releaseDate":"2013-10-31"}],"resolutiondate":"2013-10-25T10:49:28.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-25T10:49:28.000-0700","created":"2013-09-30T13:01:59.000-0700","description":null,"priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/3","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/major.png","name":"Normal","id":"3"},"customfield_10812":null,"duedate":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1704/watchers","watchCount":2,"isWatching":true},"customfield_10105":3.0,"customfield_10106":null,"customfield_10000":"6702","customfield_10103":null,"customfield_10102":null,"customfield_10101":"2013-10-02 12:19:27.675","subtasks":[],"customfield_10100":"3_*:*_1_*:*_1377442658_*|*_10000_*:*_1_*:*_774601152_*|*_5_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_5291","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/5","description":"A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/resolved.png","name":"Fixed","id":"5"},"labels":[],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":["com.atlassian.greenhopper.service.sprint.Sprint@1a52c5b[rapidViewId=6,state=ACTIVE,name=Sprint 1.5,startDate=2013-10-12T17:19:29.436-07:00,endDate=2013-10-26T17:19:00.000-07:00,completeDate=<null>,id=20]"],"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"environment":null,"customfield_10700":"WEB-1283","timeestimate":null,"customfield_10300":"102","lastViewed":"2013-10-25T10:49:28.963-0700","aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"26849","self":"https://unlockdata.jira.com/rest/api/2/issue/26849","key":"WEB-1693","fields":{"progress":{"progress":0,"total":0},"summary":"DYML throws 500","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/1","id":"1","description":"A problem which impairs or prevents the functions of the product.","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/bug.png","name":"Bug","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1693/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/1","id":"1","description":"A fix for this issue is checked into the tree and tested.","name":"Fixed"},"fixVersions":[{"self":"https://unlockdata.jira.com/rest/api/2/version/11104","id":"11104","description":"1.4","name":"1.4","archived":false,"released":false,"releaseDate":"2013-10-17"}],"resolutiondate":"2013-09-29T23:47:05.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-18T17:19:47.000-0700","created":"2013-09-26T14:45:55.000-0700","description":"http://dev.clearstorydatainc.com/dyml\r\n\r\nSee WEB-1691","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/2","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/critical.png","name":"High","id":"2"},"duedate":null,"customfield_10812":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1693/watchers","watchCount":2,"isWatching":true},"customfield_10105":null,"customfield_10000":"6684","customfield_10103":null,"customfield_10102":null,"customfield_10101":"2013-09-29 23:47:05.333","subtasks":[],"customfield_10100":"3_*:*_1_*:*_291664720_*|*_10000_*:*_1_*:*_845_*|*_5_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_4756","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/6","description":"The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/closed.png","name":"Closed","id":"6"},"labels":[],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":null,"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"customfield_10805":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10205","value":"Failure w/o workaround","id":"10205"},"environment":"dev.clearstorydatainc.com","customfield_10700":"WEB-1283","timeestimate":null,"customfield_10300":"5317","lastViewed":null,"aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"26847","self":"https://unlockdata.jira.com/rest/api/2/issue/26847","key":"WEB-1691","fields":{"progress":{"progress":0,"total":0},"summary":"Member pages throw 500","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/1","id":"1","description":"A problem which impairs or prevents the functions of the product.","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/bug.png","name":"Bug","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1691/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/1","id":"1","description":"A fix for this issue is checked into the tree and tested.","name":"Fixed"},"fixVersions":[{"self":"https://unlockdata.jira.com/rest/api/2/version/11104","id":"11104","description":"1.4","name":"1.4","archived":false,"released":false,"releaseDate":"2013-10-17"}],"resolutiondate":"2013-09-30T08:10:26.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-18T17:19:50.000-0700","created":"2013-09-26T13:48:02.000-0700","description":"Visit any member page that's not your own (http://dev.clearstorydatainc.com/members/a4d22d21-7b0e-49ed-ab6e-2c78a8c0c582)\r\n\r\nResults in:\r\n\r\nNameError in Users#show\r\n\r\nShowing /usr/share/story-webapp/app/views/shared/_data_set.html.erb where line #27 raised:\r\n\r\nundefined local variable or method `data_set_metadata' for #<#<Class:0x0000000783bc18>:0x00000007840948>\r\nExtracted source (around line #27):\r\n\r\n24: <%= purchase_data_set_button(data_set) %>\r\n25: <% end %>\r\n26: <% end %>\r\n27: <% if data_set_metadata && data_set_metadata[data_set.id] %>\r\n28: <%= story_count_message(data_set_metadata[data_set.id][:story_count]) %>\r\n29: <% if data_set_metadata[data_set.id][:can_delete] %>\r\n30: <a href=\"#\" class=\"delete-data-set\" data-data-set-id=\"<%= data_set.id %>\">Delete</a>\r\nTrace of template inclusion: app/views/users/_data-sets.html.erb, app/views/users/show.html.erb\r\n\r\nRails.root: /usr/share/story-webapp\r\n\r\nApplication Trace | Framework Trace | Full Trace\r\napp/views/shared/_data_set.html.erb:27:in `_app_views_shared__data_set_html_erb__94390480937651683_63162140'\r\napp/views/users/_data-sets.html.erb:15:in `_app_views_users__data_sets_html_erb___1378576832304726006_63158760'\r\napp/views/users/show.html.erb:32:in `_app_views_users_show_html_erb___1406136659066953046_63060560'\r\napp/controllers/users_controller.rb:42:in `show'\r\n","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/3","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/major.png","name":"Normal","id":"3"},"duedate":null,"customfield_10812":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1691/watchers","watchCount":2,"isWatching":true},"customfield_10105":null,"customfield_10000":"6682","customfield_10103":null,"customfield_10102":null,"customfield_10101":"2013-10-14 11:06:41.855","subtasks":[],"customfield_10100":"3_*:*_1_*:*_325336584_*|*_10000_*:*_1_*:*_1058_*|*_5_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_6919","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/6","description":"The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/closed.png","name":"Closed","id":"6"},"labels":[],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":null,"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"customfield_10805":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10205","value":"Failure w/o workaround","id":"10205"},"environment":null,"customfield_10700":"WEB-1283","timeestimate":null,"customfield_10300":"234","lastViewed":null,"aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"26843","self":"https://unlockdata.jira.com/rest/api/2/issue/26843","key":"WEB-1687","fields":{"progress":{"progress":0,"total":0},"summary":"Story Webapp throws an error on Dev","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/1","id":"1","description":"A problem which impairs or prevents the functions of the product.","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/bug.png","name":"Bug","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1687/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/1","id":"1","description":"A fix for this issue is checked into the tree and tested.","name":"Fixed"},"fixVersions":[{"self":"https://unlockdata.jira.com/rest/api/2/version/11104","id":"11104","description":"1.4","name":"1.4","archived":false,"released":false,"releaseDate":"2013-10-17"}],"resolutiondate":"2013-10-15T08:51:37.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=ellen","name":"ellen","emailAddress":"ellen@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=48"},"displayName":"Ellen Hudson-Snyder","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-15T20:41:46.000-0700","created":"2013-09-25T17:22:56.000-0700","description":"To work around, we need to comment out the call to deployed_at in the application_helper.rb file then do a unicorn restart\r\n\r\nNoMethodError in Welcome#index\r\n\r\nShowing /usr/share/story-webapp/app/views/shared/_site-footer.html.erb where line #9 raised:\r\n\r\nundefined method `deployed_at' for #<Rails::Application::Configuration:0x00000003dd1410>\r\nExtracted source (around line #9):\r\n\r\n6: <div class=\"footer container\">\r\n7: <p>\r\n8: Copyright &copy; <%= Time.now.year %> ClearStory Data. All rights reserved.\r\n9: <%= version_info %> \t\t\r\n10: </p>\r\n11: </div>\r\nTrace of template inclusion: app/views/layouts/application.html.erb\r\n\r\nRails.root: /usr/share/story-webapp\r\n\r\nApplication Trace | Framework Trace | Full Trace\r\napp/helpers/application_helper.rb:159:in `story_web_app_version'\r\napp/helpers/application_helper.rb:148:in `version_info'\r\napp/views/shared/_site-footer.html.erb:9:in `_app_views_shared__site_footer_html_erb___1179640243153749377_51312180'\r\napp/views/layouts/application.html.erb:90:in `_app_views_layouts_application_html_erb___2463299209552195621_33116100'\r\nRequest\r\n\r\nParameters:\r\n\r\nNone\r\nShow session dump\r\n\r\nShow env dump\r\n\r\nResponse\r\n\r\nHeaders:\r\n\r\nNone","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/1","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/blocker.png","name":"Urgent","id":"1"},"duedate":null,"customfield_10812":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1687/watchers","watchCount":4,"isWatching":true},"customfield_10105":null,"customfield_10000":"6678","customfield_10103":null,"customfield_10102":null,"customfield_10101":"2013-09-26 12:38:58.809","subtasks":[],"customfield_10100":"3_*:*_1_*:*_1556062716_*|*_10000_*:*_1_*:*_1050_*|*_5_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_141256835","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/6","description":"The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/closed.png","name":"Closed","id":"6"},"labels":[],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":["com.atlassian.greenhopper.service.sprint.Sprint@b297b2[rapidViewId=6,state=CLOSED,name=Sprint 1.4,startDate=2013-09-30T10:10:38.482-07:00,endDate=2013-10-14T10:10:00.000-07:00,completeDate=2013-10-12T17:17:09.756-07:00,id=19]","com.atlassian.greenhopper.service.sprint.Sprint@1a52c5b[rapidViewId=6,state=ACTIVE,name=Sprint 1.5,startDate=2013-10-12T17:19:29.436-07:00,endDate=2013-10-26T17:19:00.000-07:00,completeDate=<null>,id=20]"],"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"customfield_10805":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10206","value":"Failure with workaround","id":"10206"},"environment":null,"customfield_10700":"WEB-1283","timeestimate":null,"customfield_10300":"87","lastViewed":"2013-10-15T08:51:37.070-0700","aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"26835","self":"https://unlockdata.jira.com/rest/api/2/issue/26835","key":"WEB-1679","fields":{"progress":{"progress":0,"total":0},"summary":"Admin screen for CSD admin to view all DYML datasets","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/6","id":"6","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/story.png","name":"Story","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1679/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/1","id":"1","description":"A fix for this issue is checked into the tree and tested.","name":"Fixed"},"fixVersions":[{"self":"https://unlockdata.jira.com/rest/api/2/version/11104","id":"11104","description":"1.4","name":"1.4","archived":false,"released":false,"releaseDate":"2013-10-17"}],"resolutiondate":"2013-10-11T11:53:46.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=narayan","name":"narayan","emailAddress":"narayan@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/bbf8c3fff0d14b7c09e1f53e4e2e1ca9?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/bbf8c3fff0d14b7c09e1f53e4e2e1ca9?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/bbf8c3fff0d14b7c09e1f53e4e2e1ca9?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/bbf8c3fff0d14b7c09e1f53e4e2e1ca9?d=mm&s=48"},"displayName":"Narayan Bharadwaj","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-18T17:30:01.000-0700","created":"2013-09-24T14:35:45.000-0700","description":"View/edit basic info on DYML datasets\r\n\r\nView all Datasources\r\nedit datasource name, status and description\r\n\r\nView all DYML Datasets in the system\r\nedit dataset name, description, visible, premium\r\n\r\n\r\n\r\n","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/2","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/critical.png","name":"High","id":"2"},"customfield_10812":null,"duedate":null,"issuelinks":[{"id":"14811","self":"https://unlockdata.jira.com/rest/api/2/issueLink/14811","type":{"id":"10001","name":"Cloners","inward":"is cloned by","outward":"clones","self":"https://unlockdata.jira.com/rest/api/2/issueLinkType/10001"},"outwardIssue":{"id":"26371","key":"WEB-1553","self":"https://unlockdata.jira.com/rest/api/2/issue/26371","fields":{"summary":"Admin screen for CSD to control orgs, users and features - Phase 1","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/6","description":"The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/closed.png","name":"Closed","id":"6"},"priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/2","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/critical.png","name":"High","id":"2"},"issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/6","id":"6","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/story.png","name":"Story","subtask":false}}}}],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1679/watchers","watchCount":5,"isWatching":true},"customfield_10105":3.0,"customfield_10106":null,"customfield_10000":"6670","customfield_10103":null,"customfield_10102":null,"customfield_10101":"2013-09-30 08:37:44.578","subtasks":[],"customfield_10100":"3_*:*_1_*:*_178761916_*|*_10000_*:*_1_*:*_1280313022_*|*_5_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_6589","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/6","description":"The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/closed.png","name":"Closed","id":"6"},"labels":[],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":["com.atlassian.greenhopper.service.sprint.Sprint@b297b2[rapidViewId=6,state=CLOSED,name=Sprint 1.4,startDate=2013-09-30T10:10:38.482-07:00,endDate=2013-10-14T10:10:00.000-07:00,completeDate=2013-10-12T17:17:09.756-07:00,id=19]"],"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"environment":null,"customfield_10700":"WEB-1283","timeestimate":null,"customfield_10300":"200","lastViewed":null,"aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"26820","self":"https://unlockdata.jira.com/rest/api/2/issue/26820","key":"WEB-1666","fields":{"progress":{"progress":0,"total":0},"summary":"Add mailtrap config for Dev","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/6","id":"6","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/story.png","name":"Story","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1666/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/2","id":"2","description":"The problem described is an issue which will never be fixed.","name":"Won't Fix"},"fixVersions":[{"self":"https://unlockdata.jira.com/rest/api/2/version/11103","id":"11103","description":"1.3","name":"1.3","archived":false,"released":false,"releaseDate":"2013-10-03"}],"resolutiondate":"2013-09-24T09:03:51.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=ellen","name":"ellen","emailAddress":"ellen@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=48"},"displayName":"Ellen Hudson-Snyder","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-03T18:26:13.000-0700","created":"2013-09-23T18:59:08.000-0700","description":"For testing it would be great to have the Dev config set up (in addition to staging).","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/3","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/major.png","name":"Normal","id":"3"},"customfield_10812":null,"duedate":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1666/watchers","watchCount":2,"isWatching":true},"customfield_10105":null,"customfield_10106":null,"customfield_10000":"6655","customfield_10103":null,"customfield_10102":null,"customfield_10101":"2013-09-24 07:59:42.979","subtasks":[],"customfield_10100":"6_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_50682079","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/6","description":"The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/closed.png","name":"Closed","id":"6"},"labels":[],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":null,"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"environment":null,"customfield_10700":null,"timeestimate":null,"customfield_10300":"5269","lastViewed":null,"aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":null,"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"26802","self":"https://unlockdata.jira.com/rest/api/2/issue/26802","key":"WEB-1654","fields":{"progress":{"progress":0,"total":0},"summary":"Other collaborators appear in added-to-story notification email","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/6","id":"6","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/story.png","name":"Story","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1654/votes","votes":0,"hasVoted":false},"resolution":null,"fixVersions":[],"resolutiondate":null,"timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-05T10:00:14.000-0700","created":"2013-09-23T10:05:50.000-0700","description":"When a user is notified that they've been added to a story, the email should contain a list of other users who are collaborators on the story.","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/3","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/major.png","name":"Normal","id":"3"},"customfield_10812":null,"duedate":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1654/watchers","watchCount":1,"isWatching":true},"customfield_10105":1.0,"customfield_10106":null,"customfield_10000":"6637","customfield_10103":null,"customfield_10102":null,"customfield_10101":null,"subtasks":[],"customfield_10100":null,"status":{"self":"https://unlockdata.jira.com/rest/api/2/status/10000","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/generic.png","name":"Backlog","id":"10000"},"labels":["email"],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":null,"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"environment":null,"customfield_10700":"WEB-1736","timeestimate":null,"customfield_10300":"235","lastViewed":null,"aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"26730","self":"https://unlockdata.jira.com/rest/api/2/issue/26730","key":"WEB-1647","fields":{"progress":{"progress":0,"total":0},"summary":"Emails need indication of Login Name and Organization","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/6","id":"6","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/story.png","name":"Story","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1647/votes","votes":0,"hasVoted":false},"resolution":null,"fixVersions":[],"resolutiondate":null,"timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=morgan","name":"morgan","emailAddress":"morgan@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/b30b57c686503fccf87393a508e6acae?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/b30b57c686503fccf87393a508e6acae?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/b30b57c686503fccf87393a508e6acae?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/b30b57c686503fccf87393a508e6acae?d=mm&s=48"},"displayName":"Morgan Hua","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-23T12:51:29.000-0700","created":"2013-09-19T10:04:04.000-0700","description":"Reminder: Now that accounts can have the same email address, but different login names, we need to distinguish which account the email was intended.\r\n\r\ne.g.\r\nLogin Name: csd_admin@groupm.com \r\nEmail: support@clearstorydata.com\r\nOrganization: GroupM\r\n\r\nLogin Name: csd_admin@sc.com\r\nEmail: support@clearstorydata.com\r\nOrganization: StandardCharter\r\n\r\nWe need any emails sent to specify the Login Name and Organization in the body of the text for clarity.","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/3","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/major.png","name":"Normal","id":"3"},"customfield_10812":null,"duedate":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1647/watchers","watchCount":3,"isWatching":true},"customfield_10105":0.0,"customfield_10106":null,"customfield_10000":"6621","customfield_10103":null,"customfield_10102":null,"customfield_10101":"2013-09-23 10:42:09.776","subtasks":[],"customfield_10100":null,"status":{"self":"https://unlockdata.jira.com/rest/api/2/status/10000","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/generic.png","name":"Backlog","id":"10000"},"labels":["email"],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":null,"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"environment":null,"customfield_10700":"WEB-1736","timeestimate":null,"customfield_10300":"153","lastViewed":null,"aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"26723","self":"https://unlockdata.jira.com/rest/api/2/issue/26723","key":"WEB-1640","fields":{"progress":{"progress":0,"total":0},"summary":"User logs in using login_name instead of email","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/6","id":"6","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/story.png","name":"Story","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1640/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/1","id":"1","description":"A fix for this issue is checked into the tree and tested.","name":"Fixed"},"fixVersions":[],"resolutiondate":"2013-09-27T13:00:48.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-15T20:41:50.000-0700","created":"2013-09-18T14:42:01.000-0700","description":null,"priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/3","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/major.png","name":"Normal","id":"3"},"customfield_10812":null,"duedate":null,"issuelinks":[{"id":"15117","self":"https://unlockdata.jira.com/rest/api/2/issueLink/15117","type":{"id":"10000","name":"Blocks","inward":"is blocked by","outward":"blocks","self":"https://unlockdata.jira.com/rest/api/2/issueLinkType/10000"},"inwardIssue":{"id":"27061","key":"WEB-1831","self":"https://unlockdata.jira.com/rest/api/2/issue/27061","fields":{"summary":"Admin: User invite url is incorrect when using a different login name","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/6","description":"The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/closed.png","name":"Closed","id":"6"},"priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/2","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/critical.png","name":"High","id":"2"},"issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/1","id":"1","description":"A problem which impairs or prevents the functions of the product.","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/bug.png","name":"Bug","subtask":false}}}}],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1640/watchers","watchCount":3,"isWatching":true},"customfield_10105":0.0,"customfield_10106":null,"customfield_10000":"6614","customfield_10103":null,"customfield_10102":null,"customfield_10101":"2013-10-11 17:29:26.222","subtasks":[],"customfield_10100":"3_*:*_1_*:*_275604526_*|*_10000_*:*_1_*:*_495915824_*|*_5_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_6791","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/6","description":"The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/closed.png","name":"Closed","id":"6"},"labels":[],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":["com.atlassian.greenhopper.service.sprint.Sprint@cbf6a3[rapidViewId=6,state=CLOSED,name=Sprint 1.3,startDate=2013-09-16T09:00:06.753-07:00,endDate=2013-09-27T17:00:00.000-07:00,completeDate=2013-09-29T23:43:32.880-07:00,id=18]","com.atlassian.greenhopper.service.sprint.Sprint@b297b2[rapidViewId=6,state=CLOSED,name=Sprint 1.4,startDate=2013-09-30T10:10:38.482-07:00,endDate=2013-10-14T10:10:00.000-07:00,completeDate=2013-10-12T17:17:09.756-07:00,id=19]","com.atlassian.greenhopper.service.sprint.Sprint@1a52c5b[rapidViewId=6,state=ACTIVE,name=Sprint 1.5,startDate=2013-10-12T17:19:29.436-07:00,endDate=2013-10-26T17:19:00.000-07:00,completeDate=<null>,id=20]"],"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"environment":null,"customfield_10700":"WEB-1283","timeestimate":null,"customfield_10300":"46","lastViewed":"2013-10-14T14:12:49.649-0700","aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"26722","self":"https://unlockdata.jira.com/rest/api/2/issue/26722","key":"WEB-1639","fields":{"progress":{"progress":0,"total":0},"summary":"User can reset password using self-directed flow","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/6","id":"6","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/story.png","name":"Story","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1639/votes","votes":0,"hasVoted":false},"resolution":null,"fixVersions":[],"resolutiondate":null,"timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-25T16:20:50.000-0700","created":"2013-09-18T14:41:18.000-0700","description":"We all know how this works:\r\n\r\n1) User clicks Forgot password? link from app\r\n2) User sees screen where they enter email address (login name?)\r\n3) User is assigned a random reset password token via catalog\r\n4) Email is sent to user containing a link with this token\r\n5) Upon visiting page via this link, token is verified via catalog\r\n6) User can enter new password & confirmation\r\n7) New password is persisted & reset password token removed","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/3","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/major.png","name":"Normal","id":"3"},"customfield_10812":null,"duedate":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1639/watchers","watchCount":1,"isWatching":true},"customfield_10105":2.0,"customfield_10106":null,"customfield_10000":"6613","customfield_10103":null,"customfield_10102":null,"customfield_10101":null,"subtasks":[],"customfield_10100":null,"status":{"self":"https://unlockdata.jira.com/rest/api/2/status/10000","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/generic.png","name":"Backlog","id":"10000"},"labels":["email","security"],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":["com.atlassian.greenhopper.service.sprint.Sprint@1affeac[rapidViewId=16,state=ACTIVE,name=Sprint 1.6,startDate=2013-10-25T15:16:53.316-07:00,endDate=2013-11-08T15:16:00.000-08:00,completeDate=<null>,id=23]"],"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"environment":null,"customfield_10700":"WEB-1283","timeestimate":null,"customfield_10300":"2","lastViewed":null,"aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"26721","self":"https://unlockdata.jira.com/rest/api/2/issue/26721","key":"WEB-1638","fields":{"progress":{"progress":0,"total":0},"summary":"Enable Mailtrap for shared development environments","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/6","id":"6","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/story.png","name":"Story","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1638/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/1","id":"1","description":"A fix for this issue is checked into the tree and tested.","name":"Fixed"},"fixVersions":[{"self":"https://unlockdata.jira.com/rest/api/2/version/11103","id":"11103","description":"1.3","name":"1.3","archived":false,"released":false,"releaseDate":"2013-10-03"}],"resolutiondate":"2013-09-24T08:26:49.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-04T18:24:21.000-0700","created":"2013-09-18T13:37:49.000-0700","description":"The letter_opener gem used to preview emails in local development does not work using remote machines. For dev, fedev, staging, etc we need a way to verify emails attempted to send & view their content.\r\n\r\nhttp://mailtrap.io/ seems the most versatile way of doing this. ","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/3","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/major.png","name":"Normal","id":"3"},"customfield_10812":null,"duedate":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1638/watchers","watchCount":1,"isWatching":true},"customfield_10105":2.0,"customfield_10106":null,"customfield_10000":"6612","customfield_10103":null,"customfield_10102":null,"customfield_10101":null,"subtasks":[],"customfield_10100":"3_*:*_1_*:*_498053113_*|*_10000_*:*_1_*:*_12573_*|*_5_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_1674839","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/6","description":"The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/closed.png","name":"Closed","id":"6"},"labels":["email"],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":["com.atlassian.greenhopper.service.sprint.Sprint@cbf6a3[rapidViewId=6,state=CLOSED,name=Sprint 1.3,startDate=2013-09-16T09:00:06.753-07:00,endDate=2013-09-27T17:00:00.000-07:00,completeDate=2013-09-29T23:43:32.880-07:00,id=18]","com.atlassian.greenhopper.service.sprint.Sprint@b297b2[rapidViewId=6,state=CLOSED,name=Sprint 1.4,startDate=2013-09-30T10:10:38.482-07:00,endDate=2013-10-14T10:10:00.000-07:00,completeDate=2013-10-12T17:17:09.756-07:00,id=19]"],"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"environment":null,"customfield_10700":"WEB-1283","timeestimate":null,"customfield_10300":"181","lastViewed":null,"aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"26713","self":"https://unlockdata.jira.com/rest/api/2/issue/26713","key":"WEB-1635","fields":{"progress":{"progress":0,"total":0},"summary":"sendgrid configuration issue in Story Webapp blocking 1.2 deployment to Staging","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/1","id":"1","description":"A problem which impairs or prevents the functions of the product.","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/bug.png","name":"Bug","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1635/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/1","id":"1","description":"A fix for this issue is checked into the tree and tested.","name":"Fixed"},"fixVersions":[{"self":"https://unlockdata.jira.com/rest/api/2/version/11103","id":"11103","description":"1.3","name":"1.3","archived":false,"released":false,"releaseDate":"2013-10-03"}],"resolutiondate":"2013-09-18T10:42:33.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=ellen","name":"ellen","emailAddress":"ellen@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=48"},"displayName":"Ellen Hudson-Snyder","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-03T18:26:12.000-0700","created":"2013-09-16T17:27:08.000-0700","description":"Environment: Staging\r\nStory Webapp build story-webapp-1.2.6-fb2a1fab\r\nThe above build has a configuration error showing up in the story Webapp error log on Staging.\r\n\r\nlog location: 10.1.1.115 - /var/log/story-webapp/stderr\r\n\r\nError message:\r\nE, [2013-09-17T00:10:43.463875 #25850] ERROR -- : undefined method `sendgrid' for #<Rails::Application::Configuration:0x000000029a10f8> (NoMethodError)\r\n/usr/share/story-webapp/vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/railtie/configuration.rb:85:in `method_missing'\r\n/usr/share/story-webapp/config/environments/production.rb:73:in `block in <top (required)>'\r\n/usr/share/story-webapp/vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:24:in `class_eval'\r\n/usr/share/story-webapp/vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:24:in `configure'\r\n/usr/share/story-webapp/config/environments/production.rb:7:in `<top (required)>'\r\n/usr/share/story-webapp/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251:in `require'\r\n/usr/share/story-webapp/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251:in `block in require'\r\n/usr/share/story-webapp/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:236:in `load_dependency'\r\n/usr/share/story-webapp/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251:in `require'\r\n/usr/share/story-webapp/vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/engine.rb:571:in `block in <class:Engine>'\r\n/usr/share/story-webapp/vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/initializable.rb:30:in `instance_exec'\r\n/usr/share/story-webapp/vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/initializable.rb:30:in `run'\r\n/usr/share/story-webapp/vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/initializable.rb:55:in `block in run_initializers'\r\n/usr/share/story-webapp/vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/initializable.rb:54:in `each'\r\n/usr/share/story-webapp/vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/initializable.rb:54:in `run_initializers'\r\n/usr/share/story-webapp/vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/application.rb:136:in `initialize!'\r\n/usr/share/story-webapp/vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:30:in `method_missing'\r\n/usr/share/story-webapp/config/environment.rb:13:in `<top (required)>'","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/1","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/blocker.png","name":"Urgent","id":"1"},"duedate":null,"customfield_10812":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1635/watchers","watchCount":2,"isWatching":false},"customfield_10105":null,"customfield_10000":"6604","customfield_10103":null,"customfield_10102":null,"customfield_10101":"2013-09-16 19:39:49.744","subtasks":[],"customfield_10100":"5_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_148524737","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/6","description":"The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/closed.png","name":"Closed","id":"6"},"labels":[],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":null,"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"customfield_10805":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10205","value":"Failure w/o workaround","id":"10205"},"environment":null,"customfield_10700":null,"timeestimate":null,"customfield_10300":"5235","lastViewed":null,"aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":null,"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"26439","self":"https://unlockdata.jira.com/rest/api/2/issue/26439","key":"WEB-1585","fields":{"progress":{"progress":0,"total":0},"summary":"Story Actions menu not dismissing properly","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/1","id":"1","description":"A problem which impairs or prevents the functions of the product.","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/bug.png","name":"Bug","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1585/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/3","id":"3","description":"The problem is a duplicate of an existing issue.","name":"Duplicate"},"fixVersions":[],"resolutiondate":"2013-09-06T14:03:24.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=ellen","name":"ellen","emailAddress":"ellen@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/73aa6a92813e2ba15398b90c61402ccc?d=mm&s=48"},"displayName":"Ellen Hudson-Snyder","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-09-06T14:03:24.000-0700","created":"2013-09-06T13:16:23.000-0700","description":"Environment: Production\r\nBrowser: Chrome\r\n\r\nThe story actions menu is not dismissing as I expect. When I click Save as Default, the menu stays active, and it seems I need to click off the menu altogether to dismiss it.\r\n\r\n","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/3","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/major.png","name":"Normal","id":"3"},"duedate":null,"customfield_10812":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1585/watchers","watchCount":2,"isWatching":true},"customfield_10105":null,"customfield_10000":"6532","customfield_10103":null,"customfield_10102":null,"customfield_10101":"2013-09-06 14:03:24.338","subtasks":[],"customfield_10100":"6_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_2821192","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/6","description":"The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/closed.png","name":"Closed","id":"6"},"labels":[],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":null,"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"customfield_10805":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10206","value":"Failure with workaround","id":"10206"},"environment":null,"customfield_10700":null,"timeestimate":null,"customfield_10300":"5194","lastViewed":null,"aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":null,"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"26425","self":"https://unlockdata.jira.com/rest/api/2/issue/26425","key":"WEB-1579","fields":{"progress":{"progress":0,"total":0},"summary":"User is notified by email when comment is added to story","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/6","id":"6","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/story.png","name":"Story","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1579/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/1","id":"1","description":"A fix for this issue is checked into the tree and tested.","name":"Fixed"},"fixVersions":[{"self":"https://unlockdata.jira.com/rest/api/2/version/11105","id":"11105","description":"1.5","name":"1.5","archived":false,"released":false,"releaseDate":"2013-10-31"}],"resolutiondate":"2013-10-25T12:39:40.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-25T12:39:40.000-0700","created":"2013-09-05T10:45:44.000-0700","description":"If a user has expressed interest in a story (read: is subscribed), they should be notified when a new comment is added to that story.\r\n\r\nTo begin with, \"interest\" will be recorded when they participate in a discussion for a story.\r\n\r\nDependent on support for user-story subscriptions. See CAT-152 & CAT-153.","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/3","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/major.png","name":"Normal","id":"3"},"customfield_10812":null,"duedate":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1579/watchers","watchCount":2,"isWatching":true},"customfield_10105":1.0,"customfield_10106":null,"customfield_10000":"6518","customfield_10103":null,"customfield_10102":null,"customfield_10101":null,"subtasks":[],"customfield_10100":"10000_*:*_1_*:*_4326766373_*|*_5_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_68794","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/5","description":"A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/resolved.png","name":"Fixed","id":"5"},"labels":["email"],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":["com.atlassian.greenhopper.service.sprint.Sprint@cbf6a3[rapidViewId=6,state=CLOSED,name=Sprint 1.3,startDate=2013-09-16T09:00:06.753-07:00,endDate=2013-09-27T17:00:00.000-07:00,completeDate=2013-09-29T23:43:32.880-07:00,id=18]","com.atlassian.greenhopper.service.sprint.Sprint@1a52c5b[rapidViewId=6,state=ACTIVE,name=Sprint 1.5,startDate=2013-10-12T17:19:29.436-07:00,endDate=2013-10-26T17:19:00.000-07:00,completeDate=<null>,id=20]"],"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"environment":null,"customfield_10700":"WEB-1283","timeestimate":null,"customfield_10300":"99","lastViewed":"2013-10-25T12:39:40.145-0700","aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"26424","self":"https://unlockdata.jira.com/rest/api/2/issue/26424","key":"WEB-1578","fields":{"progress":{"progress":0,"total":0},"summary":"User is notified by email when new discussion created on a story they belong to","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/6","id":"6","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/story.png","name":"Story","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1578/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/1","id":"1","description":"A fix for this issue is checked into the tree and tested.","name":"Fixed"},"fixVersions":[{"self":"https://unlockdata.jira.com/rest/api/2/version/11105","id":"11105","description":"1.5","name":"1.5","archived":false,"released":false,"releaseDate":"2013-10-31"}],"resolutiondate":"2013-10-25T12:39:27.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-25T12:39:27.000-0700","created":"2013-09-05T10:43:36.000-0700","description":"For now, notify all collaborators on a story when a new discussion is created.\r\n\r\nEventually this might be tied to user-story subscriptions.","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/3","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/major.png","name":"Normal","id":"3"},"customfield_10812":null,"duedate":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1578/watchers","watchCount":1,"isWatching":true},"customfield_10105":1.0,"customfield_10106":null,"customfield_10000":"6517","customfield_10103":null,"customfield_10102":null,"customfield_10101":null,"subtasks":[],"customfield_10100":"10000_*:*_1_*:*_4326750702_*|*_5_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_200127","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/5","description":"A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/resolved.png","name":"Fixed","id":"5"},"labels":["email"],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":["com.atlassian.greenhopper.service.sprint.Sprint@cbf6a3[rapidViewId=6,state=CLOSED,name=Sprint 1.3,startDate=2013-09-16T09:00:06.753-07:00,endDate=2013-09-27T17:00:00.000-07:00,completeDate=2013-09-29T23:43:32.880-07:00,id=18]","com.atlassian.greenhopper.service.sprint.Sprint@1a52c5b[rapidViewId=6,state=ACTIVE,name=Sprint 1.5,startDate=2013-10-12T17:19:29.436-07:00,endDate=2013-10-26T17:19:00.000-07:00,completeDate=<null>,id=20]"],"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"environment":null,"customfield_10700":"WEB-1283","timeestimate":null,"customfield_10300":"100","lastViewed":"2013-10-25T12:39:27.049-0700","aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}},{"expand":"editmeta,renderedFields,transitions,changelog,operations","id":"26423","self":"https://unlockdata.jira.com/rest/api/2/issue/26423","key":"WEB-1577","fields":{"progress":{"progress":0,"total":0},"summary":"User subscription support in services client","issuetype":{"self":"https://unlockdata.jira.com/rest/api/2/issuetype/6","id":"6","description":"","iconUrl":"https://unlockdata.jira.com/images/icons/issuetypes/story.png","name":"Story","subtask":false},"votes":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1577/votes","votes":0,"hasVoted":false},"resolution":{"self":"https://unlockdata.jira.com/rest/api/2/resolution/3","id":"3","description":"The problem is a duplicate of an existing issue.","name":"Duplicate"},"fixVersions":[],"resolutiondate":"2013-10-02T12:20:30.000-0700","timespent":null,"reporter":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"aggregatetimeoriginalestimate":null,"customfield_10816":null,"updated":"2013-10-04T18:24:19.000-0700","created":"2013-09-05T10:37:46.000-0700","description":"Model methods/attributes to support user-story subscriptions.\r\nDependent on CAT-153\r\n\r\nuser.stories\r\nuser.subscribe(story_id)\r\nuser.unsubscribe(story_id)\r\n\r\nstory.subscribed_users","priority":{"self":"https://unlockdata.jira.com/rest/api/2/priority/3","iconUrl":"https://unlockdata.jira.com/images/icons/priorities/major.png","name":"Normal","id":"3"},"customfield_10812":null,"duedate":null,"issuelinks":[],"watches":{"self":"https://unlockdata.jira.com/rest/api/2/issue/WEB-1577/watchers","watchCount":1,"isWatching":true},"customfield_10105":1.0,"customfield_10106":null,"customfield_10000":"6516","customfield_10103":null,"customfield_10102":null,"customfield_10101":null,"subtasks":[],"customfield_10100":"10000_*:*_1_*:*_2338411449_*|*_6_*:*_1_*:*_0_*|*_10009_*:*_1_*:*_552785","status":{"self":"https://unlockdata.jira.com/rest/api/2/status/6","description":"The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://unlockdata.jira.com/images/icons/statuses/closed.png","name":"Closed","id":"6"},"labels":["email"],"workratio":-1,"assignee":{"self":"https://unlockdata.jira.com/rest/api/2/user?username=seth","name":"seth","emailAddress":"seth@clearstorydata.com","avatarUrls":{"16x16":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=16","24x24":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=24","32x32":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=32","48x48":"https://secure.gravatar.com/avatar/5233d34baf9f1da22dc98380331d19be?d=mm&s=48"},"displayName":"Seth Bro","active":true},"customfield_10200":null,"customfield_10500":["com.atlassian.greenhopper.service.sprint.Sprint@cbf6a3[rapidViewId=6,state=CLOSED,name=Sprint 1.3,startDate=2013-09-16T09:00:06.753-07:00,endDate=2013-09-27T17:00:00.000-07:00,completeDate=2013-09-29T23:43:32.880-07:00,id=18]","com.atlassian.greenhopper.service.sprint.Sprint@b297b2[rapidViewId=6,state=CLOSED,name=Sprint 1.4,startDate=2013-09-30T10:10:38.482-07:00,endDate=2013-10-14T10:10:00.000-07:00,completeDate=2013-10-12T17:17:09.756-07:00,id=19]"],"aggregatetimeestimate":null,"project":{"self":"https://unlockdata.jira.com/rest/api/2/project/10315","id":"10315","key":"WEB","name":"Web App","avatarUrls":{"16x16":"https://unlockdata.jira.com/secure/projectavatar?size=xsmall&pid=10315&avatarId=10007","24x24":"https://unlockdata.jira.com/secure/projectavatar?size=small&pid=10315&avatarId=10007","32x32":"https://unlockdata.jira.com/secure/projectavatar?size=medium&pid=10315&avatarId=10007","48x48":"https://unlockdata.jira.com/secure/projectavatar?pid=10315&avatarId=10007"},"projectCategory":{"self":"https://unlockdata.jira.com/rest/api/2/projectCategory/10000","id":"10000","description":"","name":"Development"}},"versions":[],"environment":null,"customfield_10700":"WEB-1283","timeestimate":null,"customfield_10300":"180","lastViewed":null,"aggregateprogress":{"progress":0,"total":0},"components":[],"timeoriginalestimate":null,"customfield_10900":{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10400","value":"Platform","id":"10400"},"aggregatetimespent":null,"customfield_10802":[{"self":"https://unlockdata.jira.com/rest/api/2/customFieldOption/10203","value":"All","id":"10203"}]}}]}
data/jeera ADDED
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+ require_relative 'lib/jeera'
3
+
4
+ Jeera::Shell.start
@@ -0,0 +1,34 @@
1
+ # -*- encoding: utf-8 -*-
2
+ require File.expand_path('../lib/jeera/version', __FILE__)
3
+
4
+ Gem::Specification.new do |gem|
5
+ gem.authors = ["Seth Bro"]
6
+ gem.email = ["seth@sethbro.com"]
7
+ gem.description = %q{Command line interface for the JIRA REST API}
8
+ gem.summary = %q{}
9
+ gem.homepage = "http://github.com/sethbro/jeera"
10
+
11
+ gem.files = `git ls-files`.split($\)
12
+ gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
13
+ gem.test_files = gem.files.grep(%r{^(spec)/})
14
+ gem.name = "jeera"
15
+ gem.require_paths = ["lib"]
16
+
17
+ gem.add_dependency 'thor'
18
+ gem.add_dependency 'faraday', '~> 0.8.8'
19
+ gem.add_dependency 'faraday_middleware', '~> 0.8.8'
20
+ gem.add_dependency 'activesupport', '~> 4.0.1'
21
+ gem.add_dependency 'terminal-table'
22
+ # gem.add_dependency 'command_line_reporter', '~> 3.2.1'
23
+ # gem.add_dependency 'rainbow'
24
+ # gem.add_dependency 'oj'
25
+
26
+ gem.add_development_dependency 'debugger'
27
+ # gem.add_development_dependency 'minitest'
28
+ # gem.add_development_dependency 'minitest-matchers'
29
+ # gem.add_development_dependency 'mocha'
30
+ # gem.add_development_dependency 'webmock'
31
+ # gem.add_development_dependency 'turn'
32
+
33
+ gem.version = Jeera::VERSION
34
+ end
@@ -0,0 +1,26 @@
1
+ # require 'oj'
2
+ # Local gem version
3
+ require_relative '../../thor/lib/thor'
4
+ require 'debugger'
5
+ # require 'thor'
6
+
7
+ require_relative 'jeera/version'
8
+ require_relative 'jeera/config'
9
+ require_relative 'jeera/client'
10
+ require_relative 'jeera/util'
11
+
12
+ module Jeera
13
+ module Commands; end
14
+
15
+ # Set client instance
16
+ @client = Client.instance
17
+
18
+ class << self
19
+ attr_reader :client
20
+ end
21
+ end
22
+
23
+ # Get command definitions
24
+ Dir["#{File.dirname(__FILE__)}/jeera/commands/*.rb"].each { |file| require file }
25
+
26
+ require_relative 'jeera/shell'
@@ -0,0 +1,47 @@
1
+ require 'faraday'
2
+ require 'faraday_middleware'
3
+ require 'singleton'
4
+
5
+ class Jeera::Client
6
+ include Singleton
7
+
8
+ BASE_URL = "https://#{Jeera.config.jira_subdomain}.jira.com"
9
+
10
+ def get(url, params = {})
11
+ # puts "Requesting #{full_url(url)}"
12
+ connection.get(full_url(url), params)
13
+ end
14
+
15
+ def post(url, params = {})
16
+ connection.post(full_url(url)) do |request|
17
+ request.body = params
18
+ end
19
+ end
20
+
21
+ def put(url, params = {})
22
+ connection.put(full_url(url)) do |request|
23
+ request.body = params
24
+ end
25
+ end
26
+
27
+ def delete(url, body = '')
28
+ connection.delete(full_url(url), params)
29
+ end
30
+
31
+
32
+ private
33
+
34
+ def connection
35
+ conn = Faraday.new(url: BASE_URL) do |faraday|
36
+ faraday.basic_auth(Jeera.config.default_user, Jeera.config.password)
37
+ faraday.request :json
38
+ faraday.response :json, content_type: /\bjson$/
39
+ faraday.adapter :net_http
40
+ end
41
+ end
42
+
43
+ def full_url(endpoint)
44
+ "/rest/api/2/#{endpoint}"
45
+ end
46
+
47
+ end
@@ -0,0 +1,281 @@
1
+ require 'active_support/core_ext/hash'
2
+ require 'awesome_print'
3
+ require 'time'
4
+
5
+ module Jeera::Commands::Issues
6
+
7
+ def self.included(thor)
8
+ self.define_tasks(thor)
9
+ end
10
+
11
+ def self.define_tasks(thor)
12
+ thor.class_eval do
13
+
14
+ # ===== Issue Lists ===== #
15
+
16
+ # == LIST
17
+ desc :list, 'List issues for a project'
18
+ def list(user = nil, project = nil)
19
+ response = issues_call(user, project)
20
+ parse_and_print_table(:issues, response)
21
+ end
22
+
23
+ # == STORIES
24
+ desc :stories, 'Story issues'
25
+ def stories(user = nil, project = nil)
26
+ jql :type, 'story'
27
+
28
+ response = issues_call(user, project)
29
+ parse_and_print_table(:issues, response)
30
+ end
31
+
32
+ # == BUGS
33
+ desc :bugs, 'Bug issues'
34
+ def bugs(user = nil, project = nil)
35
+ jql :type, 'bugs'
36
+
37
+ response = issues_call(user, project)
38
+ parse_and_print_table(:issues, response)
39
+ end
40
+
41
+ # == ACTIVE
42
+ desc :active, 'Issues in progress'
43
+ def active(user = nil, project = nil)
44
+ jql :active
45
+
46
+ response = issues_call(user, project)
47
+ parse_and_print_table(:issues, response)
48
+ end
49
+
50
+ # ===== Issue Details ===== #
51
+
52
+ # == SHOW
53
+ desc :show, 'Details about an issue'
54
+ def show(issue_key)
55
+ response = Jeera.client.get(issue_endpoint(issue_key))
56
+ issue = issue_obj(response.body.with_indifferent_access)
57
+
58
+ comments = issue[:comments]
59
+ comments = (comments && ! comments.empty?) ? comment_section(comments) : ''
60
+
61
+ say ["\n", issue_header(issue), issue[:description], "\n", comments].join("\n")
62
+ end
63
+
64
+
65
+ # == GO/BROWSE
66
+ desc :go, 'Opens issue page in browser'
67
+ def go(issue_key)
68
+ `open #{browse_issue_url(issue_key)}`
69
+ end
70
+
71
+
72
+ # ===== Issue Manipulation ===== #
73
+
74
+ # == CREATE
75
+ desc :issue, 'Create new issue'
76
+ # method_option :project, aliases: '-p', desc: 'Project issue will be associated with'
77
+ # method_option :user, aliases: '-u', desc: 'User assigned to issue (assignee)'
78
+ # method_option :type, aliases: '-t', desc: 'Issue type - bug, story, etc.'
79
+
80
+ def issue(summary)
81
+ params = { fields: {
82
+ summary: summary,
83
+ issuetype: { name: (options[:type] || 'story') },
84
+ project: { key: (options[:project] || current_project) },
85
+ } }
86
+ params[:fields][:assignee] = { name: options[:user] } if options[:user]
87
+
88
+ response = Jeera.client.post('issue', params)
89
+ if success_response? response
90
+ success_message "Issue #{response.body['key']} created. - #{summary}"
91
+ else
92
+ error_message "Unable to create this issue"
93
+ end
94
+ end
95
+
96
+ # == ASSIGN
97
+ desc :assign, 'Assign bug to user'
98
+ def assign(issue_key, user)
99
+ params = { fields: { assignee: { name: user } } }
100
+ response = Jeera.client.post(issue_endpoint(issue_key), params)
101
+
102
+ if success_response? response
103
+ success_message "Issue #{response.body['key']} assigned to #{user}"
104
+ else
105
+ error_message "Assign who to what now?"
106
+ end
107
+ end
108
+
109
+ # == FIX
110
+ desc :fix, 'Mark issue as resolved'
111
+ def fix(issue_key)
112
+ params = { fields: { status: { name: 'Fixed' } } }
113
+ response = Jeera.client.put(issue_endpoint(issue_key), params)
114
+
115
+ if success_response? response
116
+ success_message "The fix is in. Issue #{response.body['key']} resolved."
117
+ else
118
+ error_message "No can do. Issue #{issue_key} is still broken."
119
+ end
120
+ end
121
+
122
+ # == START
123
+ desc :start, 'Mark issue as in progress'
124
+ def start(issue_key)
125
+ params = { fields: { status: { name: 'In Progress' } } }
126
+ response = Jeera.client.put(issue_endpoint(issue_key), params)
127
+
128
+ if success_response? response
129
+ success_message "Glad to hear you're on the case."
130
+ else
131
+ error_message "Your enthusiasm is appreciated. Just not right now."
132
+ end
133
+ end
134
+
135
+ # == STOP
136
+ desc :stop, 'Stop progress on an issue'
137
+ def stop(issue_key)
138
+ params = { fields: { status: { name: '' } } }
139
+ response = Jeera.client.put(issue_endpoint(issue_key), params)
140
+
141
+ if success_response? response
142
+ success_message "The fix is in. Issue #{response.body['key']} resolved."
143
+ else
144
+ error_message "No way. You can't quit now, #{Jeera.config.default_user}!"
145
+ end
146
+ end
147
+
148
+ # == CLOSE
149
+ desc :close, 'Close issue'
150
+ def close(issue_key)
151
+ params = { fields: { status: { name: 'Closed' } } }
152
+ response = Jeera.client.post(issue_endpoint(issue_key), params)
153
+
154
+ if success_response? response
155
+ success_message "Issue #{response.body['key']} closed"
156
+ else
157
+ error_message "Could not close"
158
+ end
159
+ end
160
+
161
+
162
+ private
163
+ no_commands do
164
+
165
+ # Makes an API issue search call with standard options
166
+ #
167
+ # @param user [String] User key to filter issues by
168
+ # @param project [String] Project key to filter issues by
169
+ # @return [Hash] Normalized hash
170
+ def issues_call(user = nil, project = nil)
171
+ user ||= current_user; project ||= current_project;
172
+
173
+ jql :user, user
174
+ jql :open
175
+ jql :default_sort
176
+
177
+ Jeera.client.get('search', jql_output)
178
+ end
179
+
180
+ # Normalizes API response for single issue for issue table display
181
+ #
182
+ # @param hash [Hash] Issue response hash from API
183
+ # @return [Hash] Normalized hash
184
+ def issues_obj(hash)
185
+ f = hash[:fields]
186
+
187
+ # NOTE: Order is important here!
188
+ obj = {
189
+ key: hash['key'],
190
+ priority: f[:priority] ? f[:priority][:name] : '-',
191
+ summary: f[:summary].scan(/.{1,120}\b[\.),!"']*|.{1,120}/).join("\n"),
192
+ type: f[:issuetype][:name],
193
+ created: Time.parse(f[:created]).strftime('%b %d'),
194
+ status: f[:status] ? f[:status][:name] : 'Open',
195
+ }
196
+
197
+ # Additional formatting
198
+ obj[:priority] = print_priority(obj[:priority])
199
+ obj[:status] = print_status(obj[:status])
200
+
201
+ obj.values
202
+ rescue => err
203
+ error_message(err)
204
+ end
205
+
206
+ # Normalizes API response for single issue for issue detail display
207
+ #
208
+ # @param hash [Hash] Issue response hash from API
209
+ # @return [Hash] Normalized hash
210
+ def issue_obj(hash)
211
+ f = hash[:fields]
212
+
213
+ # NOTE: Order is important here!
214
+ obj = {
215
+ key: hash['key'],
216
+ priority: f[:priority] ? f[:priority][:name] : '-',
217
+ summary: f[:summary],
218
+ description: f[:description],
219
+ type: f[:issuetype][:name],
220
+ created: Time.parse(f[:created]).strftime('%b %d'),
221
+ status: f[:status] ? f[:status][:name] : 'Open',
222
+ assignee: f[:assignee][:displayName],
223
+ reporter: f[:reporter][:displayName],
224
+ comments: f[:comment],
225
+ labels: f[:labels],
226
+ }
227
+
228
+ # Additional formatting
229
+ obj[:priority] = print_priority(obj[:priority])
230
+ obj[:status] = print_status(obj[:status])
231
+
232
+ obj
233
+ rescue => err
234
+ error_message(err)
235
+ end
236
+
237
+ # Issue details (key, status, summary, etc) formatted for individual issue display
238
+ def issue_header(issue_hash)
239
+ info = [issue_hash[:key], issue_hash[:type], print_priority(issue_hash[:priority]), print_status(issue_hash[:status])]
240
+ [info.join(' | '), issue_hash[:summary], hr].join("\n")
241
+ end
242
+
243
+ # Formatted output for all comments
244
+ def comment_section(comments_hash)
245
+ return set_color('No comments', :cyan) unless comments_hash[:total] > 0
246
+
247
+ sec = ['Comments', hr]
248
+ comments_hash[:comments].each do |cmt|
249
+ sec << comment(cmt)
250
+ end
251
+
252
+ sec.join("\n")
253
+ end
254
+
255
+ # Formatted output for an individual comment
256
+ def comment(comment_hash)
257
+ time = Time.parse(comment_hash[:updated]).strftime('%b %d %H:%m')
258
+ author = set_color(" -- #{comment_hash[:author][:name]}", :cyan)
259
+ byline = "#{author} | #{time}\n"
260
+
261
+ [comment_hash[:body], byline].join("\n")
262
+ end
263
+
264
+ # Returns url endpoint for an issue, defaulting to active project if needed
265
+ def issue_endpoint(issue_key)
266
+ "issue/#{issue_project_key(issue_key)}"
267
+ end
268
+
269
+ # Returns an issue key based on active project if no project specified
270
+ def issue_project_key(issue_key)
271
+ issue_key.split('-').length > 1 ? issue_key : [current_project, issue_key].join('-')
272
+ end
273
+
274
+ def browse_issue_url(issue_key)
275
+ "https://#{Jeera.config.jira_subdomain}.jira.com/browse/#{issue_project_key(issue_key)}"
276
+ end
277
+
278
+ end
279
+ end
280
+ end
281
+ end