atlassian-python-api icon indicating copy to clipboard operation
atlassian-python-api copied to clipboard

Jira : add account_id to the parameters of add_user_to_group for Jira Cloud

Open YugoHino opened this issue 1 year ago • 1 comments

This PR is to add account_id to the parameters of add_user_to_group for Jira Cloud. Username of the parameters is no longer available for Jira Cloud. When the site url contains Jira Cloud one, account_id is used for the parameter. This PR is add version of this PR https://github.com/atlassian-api/atlassian-python-api/pull/1018 . For DC/Server users, there is nothing to change.

YugoHino avatar Aug 11 '22 14:08 YugoHino

Codecov Report

Merging #1028 (7f1530c) into master (c0b7627) will decrease coverage by 0.01%. The diff coverage is 20.00%.

@@            Coverage Diff             @@
##           master    #1028      +/-   ##
==========================================
- Coverage   35.98%   35.97%   -0.02%     
==========================================
  Files          35       35              
  Lines        6780     6783       +3     
  Branches     1057     1058       +1     
==========================================
  Hits         2440     2440              
- Misses       4234     4237       +3     
  Partials      106      106              
Impacted Files Coverage Δ
atlassian/jira.py 19.09% <20.00%> (-0.04%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov-commenter avatar Aug 11 '22 14:08 codecov-commenter