File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ JiraApi options:
77
77
* Set Max Results
78
78
* Set Start-At parameter for results
79
79
* Add a worklog
80
+ * Add a comment
80
81
* Transitions
81
82
* List
82
83
@@ -88,6 +89,7 @@ JiraApi options:
88
89
## Changelog ##
89
90
90
91
92
+ * _ 0.6.0 Comment API implemented (thanks to [ StevenMcD] ( https://github.com/StevenMcD ) )_
91
93
* _ 0.5.0 Last param is now for strict SSL checking, defaults to true_
92
94
* _ 0.4.1 Now handing errors in the request callback (thanks [ mrbrookman] ( https://github.com/mrbrookman ) )_
93
95
* _ 0.4.0 Now auto-redirecting between http and https (for both GET and POST)_
Original file line number Diff line number Diff line change 77
77
// * Set Max Results
78
78
// * Set Start-At parameter for results
79
79
// * Add a worklog
80
+ // * Add a comment
80
81
// * Transitions
81
82
// * List
82
83
//
88
89
// ## Changelog ##
89
90
//
90
91
//
92
+ // * _0.6.0 Comment API implemented (thanks to [StevenMcD](https://github.com/StevenMcD))_
91
93
// * _0.5.0 Last param is now for strict SSL checking, defaults to true_
92
94
// * _0.4.1 Now handing errors in the request callback (thanks [mrbrookman](https://github.com/mrbrookman))_
93
95
// * _0.4.0 Now auto-redirecting between http and https (for both GET and POST)_
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jira" ,
3
- "version" : " 0.5 .0" ,
3
+ "version" : " 0.6 .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