> For the complete documentation index, see [llms.txt](https://docs.sealights.io/knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sealights.io/knowledgebase/guides/sap/user-story-coverage/technical-overview/deployment-guide/us_updateconfluence.sh.md).

# 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!

{% content-ref url="/pages/E38AzvV2WfoEZWx7pBHK" %}
[How to Generate / Edit the Report](/knowledgebase/guides/sap/user-story-coverage/user-story-coverage-report-overview/release-go-no-go-report/how-to-generate-edit-the-report.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.sealights.io/knowledgebase/guides/sap/user-story-coverage/technical-overview/deployment-guide/us_updateconfluence.sh.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
