US_UpdateConfluence.sh

While sample scripts exist for integrating test results with Jira and Confluence, customization is crucial for seamless compatibility with your specific environment and configuration.

Before using these scripts, remember to create matching custom fields in Jira and update the scripts accordingly (e.g., Modified Coverage, Non Unit Tests Coverage).


Generating Reports on Jira

With your scripts running and custom fields in Jira, here are two powerful options to generate your User Story Coverage Report (Release Go/No-Go Report):

1. Filter-Based Approach:

  • Simple setup: Leverage Jira's built-in filters to create a report based on a custom JQL query.

  • Limitations: May lack specific formatting and task hierarchy visualization.

2. JXL Plugin for Advanced Reporting:

  • Enhanced features: Install the JXL plugin for richer report customization.

  • Benefits:

    • Structured Reports: Visualize task hierarchy and relationships clearly.

    • Flexible Formatting: Design the report layout and content to your needs.

    • User-Friendly: Utilize additional plugin features for easier report creation.

Choose the best method based on your needs:

  • If you prefer a straightforward approach, the filter-based method is a good starting point.

  • If you value detailed structure, customization, and user-friendliness, the JXL plugin offers comprehensive functionalities.

Ready to generate your Go/No-Go report and ensure a smooth release? Choose your approach and explore the possibilities!

Last updated