I am trying to create small tool to automate creation of merge request in gitlab from jira.
1. I have create an action button, on issue view, when clicked opens up a modal as shown below
2. Now i want that when i click submit button , i should be able to fetch issue form information.
3. and i willl use that form info to create my merge request via gitlab api.
4. I am using python flask to create my api with connect module.
I am not able to fetch issue form information . any help will be appreciated.