You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enter in a comment for the commit with the last line reading #[X] where [X] is the name of the issue you made.
The above action will associate the commit with the issue on git once synced.
Go to GitHub, verify that the issue now has a comment related the commit you just made.
Go to VisGit and select the issue.
Note that there exists no comment or other content indicating a commit was related to this issue.
Restart Visual Studio
Note that the issue still exists.
I'd like to be able to see this type of update to an issue in VisGit. The commit has a comment directly related to the issue and IMHO constitutes a comment on the issue itself. Even with a refresh button or similar, I don't think VisGit supports displaying this type of change history on an issue. Please add! Many thanks :D
The text was updated successfully, but these errors were encountered:
Investigated. This doesn't create a comment, but does create an action in the Issue history trail. There's possibly facility in Octokit to get this history, but could be a significant task as involves totally new view or significant modification of the comments view to intersperse historic actions with comment s history (as per GitHub's Issue page overview).
Will play around and determine timescale/do-ability.
Make an issue in VisGit
Make a change to a versioned file
Go to the Git Changes window
enter in a comment for the commit with the last line reading #[X] where [X] is the name of the issue you made.
The above action will associate the commit with the issue on git once synced.
Go to GitHub, verify that the issue now has a comment related the commit you just made.
Go to VisGit and select the issue.
Note that there exists no comment or other content indicating a commit was related to this issue.
Restart Visual Studio
Note that the issue still exists.
I'd like to be able to see this type of update to an issue in VisGit. The commit has a comment directly related to the issue and IMHO constitutes a comment on the issue itself. Even with a refresh button or similar, I don't think VisGit supports displaying this type of change history on an issue. Please add! Many thanks :D
The text was updated successfully, but these errors were encountered: