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!
I would say there are two options you can go with.
Work with the IT team on getting a system integration account. This is likely the easiest way since your tooling is already setup to use a user account for the integration.
Another option would be to implement your tool as an app for Jira either a P2 (server/data center) app or a connect/forge app for Jira cloud. For the cloud app the comment would appear as made by the app user. For the server/data center app you would still need a user but this could be easily configured within Jira itself.
Recommended Learning For You
Level up your skills with Atlassian learning
Atlassian DevOps Essentials
Learn to manage the product lifecycle by building, automating, and improving processes with Atlassian's approach to DevOps.
Jira Automation
Reduce project complexity and optimize your team's processes through the power of automation.
Bitbucket Pipelines Configuration
Build better software and release more often by learning how to implement a CI/CD solution with Bitbucket Pipelines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.