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: sync opened GitHub issues with Jira #232

Merged
merged 2 commits into from
Apr 15, 2024

Conversation

abanuelo
Copy link
Contributor

Description

As part of the maintenance group, I have created a GitHub actions workflow that syncs issues that are opened on GitHub to our Jira board. This will allow us to use Jira as the source of truth for all open issues. I have tested on the internal repo, and confirmed that it does create a Jira ticket (see image below).

The new Jira ticket has the same title as the original issue opened and the body is simply a link back to the original ticket.
Screenshot 2024-04-11 at 4 39 24 PM

Note
For this action to work we need to add three more repo secrets:

  1. JIRA_EMAIL
  2. JIRA_DOMAIN
  3. JIRA_API_KEY

Issue Link

Checklist

  • I have tested the changes locally via pytest and/or other means
  • [] I have added or updated relevant documentation
  • I have autoformatted the code with black and isort
  • I have added test cases (if applicable)

Additional Notes

@abanuelo abanuelo requested review from dfremont and Eric-Vin April 11, 2024 23:42
Copy link

codecov bot commented Apr 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.95%. Comparing base (b2bb2f7) to head (1c9a2c0).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #232   +/-   ##
=======================================
  Coverage   85.95%   85.95%           
=======================================
  Files         144      144           
  Lines       24768    24768           
=======================================
+ Hits        21289    21290    +1     
+ Misses       3479     3478    -1     

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

@dfremont dfremont merged commit 0232e6f into main Apr 15, 2024
26 checks passed
@dfremont dfremont deleted the abanuelo/sync-issues-with-jira branch April 15, 2024 21:10
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.

2 participants