How to automate jira using shell or bash script to automatically close an issue after 24 hours?
P.S my company doesn't provide the default jira automation facilities.
Hi @Sanjana Sen
Welcome to the community 🙂
Using the Python API wrapper below
https://atlassian-python-api.readthedocs.io/
Here's the detailed step on how to achieve the same
Write the JQL for resolved issues and move the status to closed status
Write a cronjob in Linux server for the same
Let me know if you have any queries
Thanks,
Pramodh
Hi @Sanjana Sen you can look at Python Jira client and build a script using the same. Find the link https://jira.readthedocs.io/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.