mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
jira - changing the logic for transition (#1978)
* attempt at fixing the issue * Update plugins/modules/web_infrastructure/jira.py * Fixed setting of "fields" element in the payload * added changelog fragment * added accountId parameter + minor fixes in docs * added integration test for jira * adjustments per PR * Update plugins/modules/web_infrastructure/jira.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/web_infrastructure/jira.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/web_infrastructure/jira.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/web_infrastructure/jira.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/web_infrastructure/jira.py Co-authored-by: Felix Fontein <felix@fontein.de> * adjustments per PR Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
9aec9b502e
commit
beb3b85a4f
5 changed files with 112 additions and 11 deletions
7
tests/integration/targets/jira/vars/main.yml
Normal file
7
tests/integration/targets/jira/vars/main.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
uri: https://xxxx.atlassian.net/
|
||||
user: xxx@xxxx.xxx
|
||||
pasw: supersecret
|
||||
proj: ABC
|
||||
user1: 6574474636373822y7338
|
||||
user2: 6574474636373822y73959696
|
Loading…
Add table
Add a link
Reference in a new issue