Skip to content

Conversation

marcotollini
Copy link

Support autoStartStop and incompleteIssuesDestinationId in create_sprint and update_sprint.
Documentation:
https://developer.atlassian.com/server/jira/platform/rest/v10000/api-group-sprint/#api-agile-1-0-sprint-post

…t create and update

Support autoStartStop and incompleteIssuesDestinationId in create_sprint
and update_sprint.
Documentation:
https://developer.atlassian.com/server/jira/platform/rest/v10000/api-group-sprint/#api-agile-1-0-sprint-post
Copy link

github-actions bot commented Nov 8, 2024

Label error. Requires exactly 1 of: bug, chore, enhancement, major, minor, patch, skip-changelog. Found: feature

jira/client.py Outdated

Returns:
Dict[str, Any]
"""
payload = {}
payload : dict[str, Any] = {}
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mypy autoinferms dict[str, str], and it would not be compatible with bool nor int

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

Successfully merging this pull request may close these issues.

1 participant