Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Per Abildgaard Toft committed Apr 3, 2020
1 parent 94c235d commit 71cd947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/fragments/22-jira.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ minor_changes:

bugfixes:
- Priting full error message from jira server
- Issue 109: Transsistion issue not working
2 changes: 1 addition & 1 deletion plugins/modules/web_infrastructure/jira.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ def transition(restbase, user, passwd, params):
# Perform it
url = restbase + '/issue/' + params['issue'] + "/transitions"
data = {'transition': {"id": tid},
'fields': params['fields']}
'update': params['fields']}

ret = post(url, user, passwd, params['timeout'], data)

Expand Down

0 comments on commit 71cd947

Please sign in to comment.