The platform is available in over 80 languages

Vote on Discussions

The Vote on Discussions event is triggered within GitScrum when a user casts a vote on a discussion topic. Voting on discussions allows team members to express their opinions, preferences, or support for specific ideas or proposals, fostering collaboration and decision-making within the project.

When this event occurs, GitScrum generates a webhook notification, allowing integrations and external services to be informed and take appropriate actions based on the voting activity. This event enables seamless integration with various third-party applications and services, enhancing project management workflows.

The webhook payload associated with the Vote on Discussions event typically includes relevant information such as the discussion topic ID, voter's information, vote count, project details, and other metadata. This data can be utilized to automatically update connected systems, notify team members, or trigger custom actions based on the specific requirements of your project management workflow.

By leveraging this webhook event, teams can track and analyze voting patterns, gather consensus, and make informed decisions based on the collective input of team members. Integrations can facilitate real-time updates, synchronize voting data with other tools, and enable a seamless flow of information between GitScrum and your project collaboration ecosystem.

Whether you need to integrate with a decision-making tool, update voting analytics, or automate notifications related to voting activity, the Vote on Discussions webhook event in GitScrum empowers you to extend the capabilities of your project management processes. This event allows you to engage team members, promote democratic decision-making, and maintain a collaborative and productive workflow within your project team.

Raw Content

{
  "discussion": {
    "id": 4564
  },
  "total": 1,
  "voted": true
}

Vote on User Stories

The Vote on User Stories event is triggered within GitScrum when a user casts a vote on a user story. Voting on user stories allows team members to express their preferences, priorities, or support for specific features or requirements, facilitating collaborative decision-making within the project.

When this event occurs, GitScrum generates a webhook notification, allowing integrations and external services to be informed and take appropriate actions based on the voting activity. This event enables seamless integration with various third-party applications and services, enhancing project management workflows.

The webhook payload associated with the Vote on User Stories event typically includes relevant information such as the user story ID, voter's information, vote count, project details, and other metadata. This data can be utilized to automatically update connected systems, notify team members, or trigger custom actions based on the specific requirements of your project management workflow.

By leveraging this webhook event, teams can track and analyze voting patterns, gather consensus, and prioritize user stories based on the collective input of team members. Integrations can facilitate real-time updates, synchronize voting data with other tools, and enable a seamless flow of information between GitScrum and your project collaboration ecosystem.

Whether you need to integrate with a prioritization tool, update voting analytics, or automate notifications related to voting activity, the Vote on User Stories webhook event in GitScrum empowers you to extend the capabilities of your project management processes. This event allows you to engage team members, foster collaborative decision-making, and maintain a productive and organized workflow within your project team.

Raw Content

{
  "user-story": {
    "uuid": "fsd-fds-64614fe2a395a"
  },
  "total": 1,
  "voted": true
}