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: label and unlabel issues #1147

Merged
merged 1 commit into from
Apr 2, 2023
Merged

Conversation

skymoore
Copy link
Contributor

adds some convenience functions to label and unlabel issues. tested with jira cloud.

@gonchik
Copy link
Member

gonchik commented Mar 31, 2023

@skymoore Thank you for the PR.
Could you please double check the linter results please?

atlassian/jira.py:1209:34: E741 ambiguous variable name 'l'
atlassian/jira.py:1218:37: E741 ambiguous variable name 'l'
Cheers,
Gonchik

@codecov-commenter
Copy link

Codecov Report

Patch coverage: 33.33% and project coverage change: -0.01 ⚠️

Comparison is base (4e10bec) 34.06% compared to head (8583e25) 34.06%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1147      +/-   ##
==========================================
- Coverage   34.06%   34.06%   -0.01%     
==========================================
  Files          40       40              
  Lines        7600     7609       +9     
  Branches     1053     1055       +2     
==========================================
+ Hits         2589     2592       +3     
- Misses       4901     4907       +6     
  Partials      110      110              
Impacted Files Coverage Δ
atlassian/jira.py 19.62% <33.33%> (+0.07%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@skymoore
Copy link
Contributor Author

@gonchik

@skymoore Thank you for the PR. Could you please double check the linter results please?

atlassian/jira.py:1209:34: E741 ambiguous variable name 'l' atlassian/jira.py:1218:37: E741 ambiguous variable name 'l' Cheers, Gonchik

fixed in 8583e25

@gonchik gonchik merged commit 165286b into atlassian-api:master Apr 2, 2023
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.

None yet

3 participants