Ansible tower with cloud jira ticket integration

Hello,

I am new to ansible tower. So i need a technical explanation or example how to integrate cloud jira with ansible tower. My situation seems very simple. I have scripts that do the job perfectly. But now I faced this situation that these scripts need to be loaded in AWX, then these scripts need to run only when a button is clicked on the jira page and they need to be executed with the values ​​taken from the jira page.
I had the following questions:
1)where in AWX should these possible scripts be loaded? I created a Project and it has two jobs (two scripts). It seems like everything is fine. Is this my step correct?
2)How to connect those jobs (scripts) to JIRA now? There is a form on the Jira side that will be filled out. This is what I’m interested in, this binding, how to submit the values ​​of the JIRA form to the ansible script?
3) When I used to run ansible scripts without the tower, I used to run them with my user rights. As I understand it, now I need to write the login name to the server in ansible tower or write it to the script. But I don’t really like that part because it would allow ansible tower admin for example to gain access to the servers.
So maybe someone has examples of how they implemented such a project, or can help/explain/lead the way?

Thanks in advance

Hi
I think best solution to integrate your scripts to AWX is to use something like private GitHub/GitLab or any git repository.

You’ll be able to create a project within AWX that will clone the git project that contains every scripts you need. Then, AWX will launch your playbook and anything you already do within Ansible manually.