File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,8 @@ JiraApi options:
83
83
* Add a comment
84
84
* Transitions
85
85
* List
86
+ * Users
87
+ * Search
86
88
87
89
## TODO ##
88
90
@@ -93,6 +95,8 @@ JiraApi options:
93
95
94
96
95
97
98
+ * _ 0.8.0 Ability to search users (thanks to
99
+ [ eduardolundgren] ( https://github.com/eduardolundgren ) )_
96
100
* _ 0.7.2 Allows HTTP Code 204 on issue update edit (thanks to
97
101
[ eduardolundgren] ( https://github.com/eduardolundgren ) )_
98
102
* _ 0.7.1 Check if body variable is undef (thanks to
Original file line number Diff line number Diff line change 83
83
// * Add a comment
84
84
// * Transitions
85
85
// * List
86
+ // * Users
87
+ // * Search
86
88
//
87
89
// ## TODO ##
88
90
//
92
94
// ## Changelog ##
93
95
//
94
96
//
97
+ // * _0.8.0 Ability to search users (thanks to
98
+ // [eduardolundgren](https://github.com/eduardolundgren))_
95
99
// * _0.7.2 Allows HTTP Code 204 on issue update edit (thanks to
96
100
// [eduardolundgren](https://github.com/eduardolundgren))_
97
101
// * _0.7.1 Check if body variable is undef (thanks to
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jira" ,
3
- "version" : " 0.7.2 " ,
3
+ "version" : " 0.8.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