We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
update_issue_field
status
labels
Currently we use at least 3 methods to set Jira issues fields:
set_issue_status()
update_issue()
update_issue_field()
If we could use update_issue_field() for all, we could refactor and optimize API calls.
For status, transitions are implied, which may not allow to use arbitrary updates methods...
https://github.com/atlassian-api/atlassian-python-api/blob/0a5bc5ee72427be0ec16ce5db4f4b091f7a00ddc/atlassian/jira.py#L1768-L1775
See #889
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently we use at least 3 methods to set Jira issues fields:
set_issue_status()
update_issue()
update_issue_field()
If we could use
update_issue_field()
for all, we could refactor and optimize API calls.For status, transitions are implied, which may not allow to use arbitrary updates methods...
https://github.com/atlassian-api/atlassian-python-api/blob/0a5bc5ee72427be0ec16ce5db4f4b091f7a00ddc/atlassian/jira.py#L1768-L1775
See #889
The text was updated successfully, but these errors were encountered: