Forge Staging Review and Testing
This issue tracks testing the forge application on staging against all known features that the integration supports: ## Installation Following the TESTING doc, the setup and install was straightforward :white_check_mark: ## Setup The application showed up and was available for setup via `Get Started`. No change in the end-user setup. ![Pasted image 20260227110930.png](/uploads/aa80987d8f2f04b6b2535bf436b06f3a/Pasted_image_20260227110930.png){width=900 height=139} Connecting to `gitlab.com` worked fine, completing OAuth without issue. ### Feature Testing Features have been taken from the [feature table](https://docs.gitlab.com/integration/jira/#feature-availability), including only examples where `Jira development panel` supports it. <table> <tr> <th>Feature</th> <th>Status</th> </tr> <tr> <td> > Mention a Jira issue ID in GitLab, and the Jira issue shows the GitLab issue or merge request. </td> <td> Issue: \<can't seem to find any way to see a linked GitLab issue via this feature?\> Merge Request: ![image.png](/uploads/9f3b33786cc9a45030ebc7a9f12531f8/image.png){width=842 height=128} </td> </tr> <tr> <td> > Mention a Jira issue ID in a GitLab commit, and the Jira issue shows the commit message. </td> <td> ![image.png](/uploads/a8ad622eb439be962d2f4b25d51e044e/image.png){width=859 height=148} </td> </tr> <tr> <td> > Mention a Jira issue ID in a GitLab branch name, and the Jira issue shows the branch name. </td> <td> ![image.png](/uploads/632b048dd5c5e972e3b7a405e61c11a0/image.png){width=844 height=110} </td> </tr> <tr> <td> > Add time tracking to a Jira issue. </td> <td> With Smart Commits: ![image.png](/uploads/0b1916d1bfff82e2e5703956fe77774c/image.png){width=271 height=32} ![image.png](/uploads/457455a878eabc85a5f894aee9962fdc/image.png){width=400 height=41} </td> </tr> <tr> <td> > Use a GitLab commit or merge request to transition a Jira issue. </td> <td> With Smart Commits: ![image.png](/uploads/6ae3db6926124ac9f72e20ec206bfdf9/image.png){width=296 height=37} ![image.png](/uploads/a8441177d7901df3ec92a3d81e5323b6/image.png){width=250 height=359} </td> </tr> <tr> <td> > Create a GitLab branch from a Jira issue. </td> <td> Prompted to create a branch in GitLab: ![image.png](/uploads/86bf321463997616d0220364176d9c8d/image.png){width=359 height=178} </td> </tr> <tr> <td> > Mention a Jira issue ID in a GitLab merge request, branch name, or any of the last 2,000 commits to the branch after the last successful deployment to the environment to sync a GitLab deployment to a Jira issue. </td> <td> ![image.png](/uploads/8bca4591b4cbb9b3f39fbe277d414f99/image.png){width=786 height=99} </td> </tr> </table>
issue