File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,9 @@ JiraApi options:
56
56
* Projects
57
57
* Pulling a project
58
58
* List all projects viewable to the user
59
+ * List Components
60
+ * List Fields
61
+ * List Priorities
59
62
* Versions
60
63
* Pulling versions
61
64
* Adding a new version
@@ -89,6 +92,8 @@ JiraApi options:
89
92
## Changelog ##
90
93
91
94
95
+ * _ 0.7.0 Adds list priorities, list fields, and project components (thanks to
96
+ [ eduardolundgren] ( https://github.com/eduardolundgren ) )_
92
97
* _ 0.6.0 Comment API implemented (thanks to [ StevenMcD] ( https://github.com/StevenMcD ) )_
93
98
* _ 0.5.0 Last param is now for strict SSL checking, defaults to true_
94
99
* _ 0.4.1 Now handing errors in the request callback (thanks [ mrbrookman] ( https://github.com/mrbrookman ) )_
Original file line number Diff line number Diff line change 56
56
// * Projects
57
57
// * Pulling a project
58
58
// * List all projects viewable to the user
59
+ // * List Components
60
+ // * List Fields
61
+ // * List Priorities
59
62
// * Versions
60
63
// * Pulling versions
61
64
// * Adding a new version
89
92
// ## Changelog ##
90
93
//
91
94
//
95
+ // * _0.7.0 Adds list priorities, list fields, and project components (thanks to
96
+ // [eduardolundgren](https://github.com/eduardolundgren))_
92
97
// * _0.6.0 Comment API implemented (thanks to [StevenMcD](https://github.com/StevenMcD))_
93
98
// * _0.5.0 Last param is now for strict SSL checking, defaults to true_
94
99
// * _0.4.1 Now handing errors in the request callback (thanks [mrbrookman](https://github.com/mrbrookman))_
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jira" ,
3
- "version" : " 0.6 .0" ,
3
+ "version" : " 0.7 .0" ,
4
4
"description" : " Wrapper for the JIRA API" ,
5
5
"author" :
" Steven Surowiec <[email protected] >" ,
6
6
"contributors" : [
You can’t perform that action at this time.
0 commit comments