
Features | Permissions |
Show repositories and manage repository triggers | codecommit:ListRepositories codecommit:GetRepository codecommit:GetRepositoryTriggers codecommit:PutRepositoryTriggers |
Process quick commands, show commits and pull requests | codecommit:BatchGetCommits codecommit:GetPullRequest sns:CreateTopic sns:Subscribe sns:Unsubscribe sns:DeleteTopic iam:GetUser |
Click the gear icon in the top-right corner. The settings window will appear.
Click Others under Marketplace.
Click Configure under AWS Code Commit .
Click Authorize.
Select your AWS Region.
Enter the AWS security credentials and click Authorize .
Click the gear icon in the top-right corner. The settings window will appear.
Click Others under Marketplace.
Click AWS Code Commit .
Hover over the repository name.
Click the arrow icon next to the repository name to map the repository to your Zoho Sprints workspace.
Format | Syntax | Purpose |
#workitem | #<Project Prefix>- <i/I><Item number> Example: #SP-i30 | Represents the work item ID. |
#comment | #workitemid #comment <message1> #comment <message2> Example: #SP-I15 #comment Please share the final build by EOD. #comment Fix the existing issues and update the local build. Note: You can add multiple comments to a single work item. | Add comment for the work item. |
#status | #workitemid #status <status_name> Example 1: #SP-i20 #status Done Example 2: #SP-i20 #status To_be_Tested Note: 1. If the status name carries multiple words, separate them with an underscore. 2. Statuses are not case sensitive. | Update the status of the work item. |
#priority | #workitemid #priority <priority_name> Example 1: #SP-i40 #priority Critical Example 2: #SP-i42 #priority Should_be Note: 1. If the priority name carries multiple words, separate them with an underscore. 2. Priorities are not case sensitive. | Update the priority of the work item. |
#time | #workitemid #time <hours>h <minutes>m Example: #SP-I52 #time 5h 30m | Add log hours for the work item. |
Single command for multiple work items
Syntax | #workitemid,#workitemid,#workitemid #comment <message> |
Example | #SM-I25,#SM-I42,#SM-I98 #comment Issues are resolved and updated in the local build. |
What happens? | All the three work items are added with the comment. |
Multiple commands for single work item
Syntax | #workitemid #comment <message> #priority <priority_name> #time < > h < > m #status <status_name> |
Example | #SM-I34 #comment List out the requirements #priority High #time 5h 3m #status In_progress |
What happens? | The work item is added with comment and log hours. It is also updated with status and priority. |
Multiple commands for multiple work items
Syntax | #workitemid,#workitemid,#workitemid #comment <message> #priority <priority_name> #time <>h <>m #status <status_name> |
Example | #SM-I34, #SM-I45, #SM-I54 #comment List out the requirements #priority High #time 5h 3m #status In_progress |
What happens? | All the three work items are added with comments, log hours, and updated with status and priority. |
Click the gear icon at the top-right corner. The settings window will appear.