Skip to content
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

Investigate if Jira client update_issue_field method also works with status and labels #892

Open
leplatrem opened this issue Mar 1, 2024 · 0 comments

Comments

@leplatrem
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant