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

Feat support autoStartStop in sprint create and update #1921

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

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, 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