April 30th 1 PM ET

Git Integration for Jira Cloud Documentation

Workspace FAQ

This page contains related questions on Git Integration for Jira add-on user experience in Jira.

Use the FAQ below to find answers to common questions. Feel free to contact our support team if you don’t see what you’re looking for.

 


 

How do I see if work has really started on an issue?

Open an issue in your browser and click on the Git Commits tab.

If the tab says that no Git log entries have been found, then work has not yet started on the ticket.

See all Git commits associated with an issue in Jira

How do I see who has worked on an issue?

Open an issue in your browser and click on the Git Commits tab.

Everyone listed in the “Author/Committer” column has worked on the issue.

How do I see how long ago since someone worked on it?

Open an issue in your browser and click on the Git Commits tab.

All changes to source code are listed from newest to oldest. The date/time in the “Date/Revision” column on the first line is the last time changes to the issue have been submitted into Git.

How do I see what is being changed in this ticket?

Open an issue in your browser and click on the Git Commits tab.

When a developer submits a change to Git, they can type a brief message that summarizes the changes. These messages show up under the Committer/Author’s name.

The files that were changed by the developer appear as clickable links. column. Click on the file links to view the actual source code that was changed.

Have feedback about this article? Did we miss something? Let us know!
On this page