Overview
What is Jira Weekly Reporter?
Jira Weekly Reporter is a server application that connects to your Jira instance to generate weekly reports based on issue activity, utilizing the FastMCP framework and the pycontribs-jira library.
How to use Jira Weekly Reporter?
To use the Jira Weekly Reporter, clone the repository, install the necessary dependencies, configure your Jira connection details in a .env file, and run the server using Python or the FastMCP CLI.
Key features of Jira Weekly Reporter?
- Secure connection to Jira using API tokens.
- Generates reports based on customizable JQL queries.
- Optionally summarizes reports using a connected Large Language Model (LLM).
- Asynchronous handling of Jira library calls for efficient performance.
Use cases of Jira Weekly Reporter?
- Generating weekly updates for project stakeholders.
- Automating report generation for agile teams.
- Summarizing issue activity for management reviews.
FAQ from Jira Weekly Reporter?
- Can I customize the report queries?
Yes! You can specify custom JQL queries to tailor the reports to your needs.
- Is there a limit on the number of issues reported?
Yes, you can configure the maximum number of results returned in the report.
- How do I secure my API tokens?
Store your API tokens in a
.envfile and ensure it is added to your.gitignoreto prevent accidental exposure.