We have a project in Github, and I wrote a script that automatically posts a comment on every Jira ticket that is affected by a release that was started on Github, with a Github workflow. It all works great and meets our needs, does what it was designed to do.
The issue is, in order to post the comment, I am using the Jira Python SDK, with my own credentials and an API key that I generated for myself. This means in Jira, all of the comments show up as comments from me, and not from an automated process.
What's the best way to migrate this integration away from depending on my personal user account? Should I work with my IT team to create a new user/email address that would be used to create an account for this integration? Is there another method in the Jira Dev Ops ecosystem that I could use to get this comment to appear on the affected ticket that doesn't make it appear like it's coming from me?
Thanks!
Solved! Go to Solution.
Recommended Learning For You
Level up your skills with Atlassian learning
Reporting for DevOps
Identify four key DevOps metrics and learn how to use Jira reports to track your team's progress and performance.
Explore Atlassian Cloud products for agile and DevOps
Coordinate a suite of Atlassian Cloud products for greater collaboration and trust, higher-quality solutions, faster releases, and more.
Monitor component health with scorecards in Compass
Learn what scorecards are and their purpose in measuring the health of software components and improving DevOps practices.