-
-
Notifications
You must be signed in to change notification settings - Fork 890
Changed group_members
to be compatiable with newest Jira LTS
#1944
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changed group_members
to be compatiable with newest Jira LTS
#1944
Conversation
2f55aad
to
c595edc
Compare
c595edc
to
9aae1df
Compare
9aae1df
to
54cb1c6
Compare
54cb1c6
to
ff8ecd9
Compare
ff8ecd9
to
fcdfa32
Compare
fcdfa32
to
33db40e
Compare
Hello! Additionally, I’ve run: pre-commit run --all-files -v Would you prefer me to push the reformatted code as well, or just stick to the actual changes? Thanks! |
Could I ask you to rebase and resolve any conflicts, hard to see your specific changes as they seem to have been squashed with other commits on the history. |
keep to the actual changes please ... it will probably be clearer after that rebase which @adehad requested |
Hello!
We have tested that module in python with the newest JIRA LTS version 10.3.
In version 10.3 Atlassian has been decommissioned a endpoint[1]
/rest/api/2/group
withGET
method.They introduced a new endpoint
/rest/api/2/group/member
withGET
method.So I implemented it and tested on two version at 9.12 and 10.3 and it has got backword compatibility and the outputs are the same.
If I may help you please give me a shout!
--
Have a great day!
Marcin
--
[1] - https://confluence.atlassian.com/jirasoftware/jira-software-10-0-x-upgrade-notes-1431241649.html