-
Suggestion
-
Resolution: Done
-
None
-
None
Users have a requirement to distinguish between the author and the committer in pre-receive hooks etc.
Although this is possible to get the committer information via the low-level git API, it's much more cumbersome than the higher-level API which returns for example com.atlassian.bitbucket.commit.Commit objects.
Consider adding the following methods to Commit:
@Nonnull Person getCommitter(); @Nonnull Date getCommitterTimestamp();
- relates to
-
BSERV-4415 Make merge commit from author of pull requests
- Closed
-
BSERV-8868 Show both author and committer information on Bitbucket Server UI
- Closed