I'm working on a Django web application where users can create and manage projects related to penetration testing tasks. Currently, I manually recreate projects in my Django app that have been marked as complete in Jira. Each project in Jira has associated vulnerabilities and proof-of-concept details. I would like to automate this process so that when a project is marked complete in Jira, it seamlessly appears as a new project in my Django web app with all the necessary details. If you have experience or suggestions on how to achieve this automation, I'd love to hear your thoughts! Provide guidance or share best practices on how to set up this automation between Jira and Django? Any insights, code snippets, or recommended tools would be greatly appreciated!
Thank you for your help.
Welcome to the Atlassian Community!
You have two options. One would be to script something in Jira that can poke the information you want into your Django. The other is to do it the other way around - have Django ask Jira for the information over the Jira REST API.
We can't give you much more than that - we don't know what you're coding in, what data you want to get out of Jira or how you think you want to do it.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.