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

Jira: Rename tempo_4_timesheets_find_worklogs params (#1273) #1275

Merged
merged 1 commit into from
Nov 25, 2023

Conversation

anttipalsola
Copy link
Contributor

To fix #1273, rename the parameters of Jira.tempo_4_timesheets_find_worklogs as follows:

)

Rename the parameters of Jira.tempo_4_timesheets_find_worklogs as follows:
- from -> date_from
  - "from" is a keyword, so it cannot be used as a parameter name
  - "date_from" is also used in Jira.tempo_timesheets_get_worklogs
  - See atlassian-api#1273
- to -> date_to
  - renamed for consistency with date_from
@codecov-commenter
Copy link

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (726e969) 34.47% compared to head (946c2d4) 34.46%.

Files Patch % Lines
atlassian/jira.py 20.00% 4 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1275      +/-   ##
==========================================
- Coverage   34.47%   34.46%   -0.02%     
==========================================
  Files          45       45              
  Lines        8173     8177       +4     
  Branches     1131     1133       +2     
==========================================
  Hits         2818     2818              
- Misses       5241     5245       +4     
  Partials      114      114              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gonchik gonchik merged commit ddc67d4 into atlassian-api:master Nov 25, 2023
8 of 9 checks passed
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

Successfully merging this pull request may close these issues.

Invalid parameter name "from" in the Jira.tempo_4_timesheets_find_worklogs method
3 participants