Hi,
I am Automating Jira issue creation with the input of mail data.
There will be one generic id where users send the request.
I have following coloumns in jira ticket
1. Project- some name which is same always
2. issue type - some name which is same always
3. summary - need to fetch subject from outlook mail
4. location - from contents of mail code has to fetch and filter through some keywords.
5. components - from keyword of mail
6. Assignee - Automatic
7. Description - content of mail
I created ticket with raw inputs.
Now i want to parse the info from mail.
Please let me know how can i go forward. My coding is in python3