The platform is available in over 80 languages

Create a new Discussion

The Create a New Discussion event is triggered within GitScrum when a user initiates the creation of a discussion thread. Discussions serve as collaborative spaces for team members to exchange ideas, provide feedback, and address specific topics related to a project or task.

When this event occurs, GitScrum sends out a webhook notification, allowing integrations and external services to be informed and take appropriate actions based on the newly created discussion. This event enables seamless integration with various third-party applications and services, facilitating enhanced communication and project management workflows.

The webhook payload associated with the Create a New Discussion event typically contains relevant information such as the discussion title, description, author details, creation timestamp, 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 streamline collaboration, promote knowledge sharing, and improve overall project transparency within GitScrum. Integrations can facilitate real-time updates, ensure stakeholders stay informed, and enable the seamless flow of information between GitScrum and other tools in your software development ecosystem.

Whether you need to integrate with a communication platform, automate notifications, or synchronize discussions with a knowledge base, the Create a New Discussion webhook event in GitScrum empowers you to extend the capabilities of your project management and collaboration processes.

Raw Content

{
  "id": 1,
  "resource": {
    "type": "project",
    "uuid": "gitscrum-project-demo"
  },
  "comment": "What are some of the most recent discoveries made during Mars exploration missions that have significantly advanced our understanding of the Red Planet?",
  "keywords": [
    "mars exploration mission discoveries",
    "recent findings in mars exploration",
    "recent advances in mars exploration",
    "mars exploration mission advancements",
    "red planet exploration discoveries",
    "mars exploration mission understanding",
    "new knowledge of red planet",
    "understanding red planet exploration",
    "mars exploration mission insights",
    "mars exploration mission outcomes"
  ],
  "votes": 0,
  "created_at": {
    "date_for_humans": "10 seconds ago",
    "timezone": "2023-05-15 14:09:20",
    "timestamp": 1684159760
  },
  "updated_at": {
    "date_for_humans": "1 second ago",
    "timezone": "2023-05-15 14:09:29",
    "timestamp": 1684159769
  },
  "is_mine": true,
  "replies": [],
  "user": {
    "name": "Renato Marinho de Carvalho",
    "headline": "GitScrum Founder",
    "username": "renato.marinho",
    "avatar": "https://gitscrum-storage-avatars.s3.amazonaws.com/5467e2bdd31886166112fea09debe9f72aae06dd.png",
    "location": "Lisbon",
    "timezone_id": 37,
    "timezone_name": "Etc/Greenwich",
    "since": "October 2019"
  },
  "users": [],
  "company": {
    "slug": "renato-marinho",
    "name": "Renato Marinho"
  },
  "project": {
    "slug": "gitscrum-project-demo",
    "name": "GitScrum Project Demo"
  }
}

Send a Reply

The Send a Reply to Discussion event is triggered within GitScrum when a user submits a new reply to an existing discussion thread. Discussions in GitScrum provide a platform for team members to engage in productive conversations, share insights, and address specific topics related to a project or task.

When this event occurs, GitScrum generates a webhook notification, allowing integrations and external services to be notified and take appropriate actions based on the new reply. This event enables seamless integration with various third-party applications and services, facilitating enhanced communication and collaboration workflows.

The webhook payload associated with the Send a Reply to Discussion event typically includes relevant information such as the discussion ID, reply content, author details, timestamp, and other metadata. This data can be utilized to automatically update connected systems, notify team members, or trigger custom actions based on your project management requirements.

By leveraging this webhook event, teams can enhance collaboration, promote knowledge sharing, and foster effective communication within GitScrum. Integrations can enable real-time updates, ensure stakeholders stay informed, and facilitate the seamless flow of information between GitScrum and other tools in your software development ecosystem.

Whether you need to integrate with a chat platform, automate notifications, or synchronize discussion replies with a knowledge base, the Send a Reply to Discussion webhook event in GitScrum empowers you to extend the capabilities of your project management and collaboration processes. This event enables you to streamline communication, track discussions effectively, and maintain a transparent and efficient workflow within your project team.

Raw Content

{
  "id": 1,
  "resource": {
    "type": "project",
    "uuid": "gitscrum-project-demo"
  },
  "comment": "The ongoing Mars exploration missions have brought forth a wealth of remarkable discoveries, revolutionizing our understanding of the enigmatic Red Planet. From the detection of liquid water beneath the surface to the identification of organic molecules, each revelation opens up new possibilities for the existence of past or even present life on Mars. The striking images captured by rovers unveil breathtaking landscapes, showcasing ancient riverbeds, towering mountains, and vast deserts. These discoveries fuel our curiosity and ignite the imagination, propelling us closer to answering the enduring question: Could Mars have once harbored the building blocks of life? With each milestone achieved, we edge closer to unlocking the secrets of our neighboring planet and unraveling the profound mysteries of the universe.",
  "keywords": [],
  "votes": 0,
  "created_at": {
    "date_for_humans": "11 seconds ago",
    "timezone": "2023-05-15 14:11:17",
    "timestamp": 1684159877
  },
  "updated_at": {
    "date_for_humans": "11 seconds ago",
    "timezone": "2023-05-15 14:11:17",
    "timestamp": 1684159877
  },
  "is_mine": true,
  "replies": [],
  "user": {
    "name": "Renato Marinho de Carvalho",
    "headline": "GitScrum Founder",
    "username": "renato.marinho",
    "avatar": "https://gitscrum-storage-avatars.s3.amazonaws.com/5467e2bdd31886166112fea09debe9f72aae06dd.png",
    "location": "Lisbon",
    "timezone_id": 37,
    "timezone_name": "Etc/Greenwich",
    "since": "October 2019"
  },
  "users": [],
  "company": {
    "slug": "renato-marinho",
    "name": "Renato Marinho"
  },
  "project": {
    "slug": "gitscrum-project-demo",
    "name": "GitScrum Project Demo"
  }
}

Delete Discussion

The Delete Discussion event is triggered within GitScrum when a user deletes an existing discussion thread. Discussions serve as collaborative spaces for team members to exchange ideas, provide feedback, and address specific topics related to a project or task.

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

The webhook payload associated with the Delete Discussion event typically contains relevant information such as the discussion ID, title, author details, deletion timestamp, 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 streamline collaboration, maintain data integrity, and effectively manage discussions within GitScrum. Integrations can facilitate real-time updates, ensure stakeholders stay informed, and enable the seamless flow of information between GitScrum and other tools in your software development ecosystem.

Whether you need to synchronize discussion deletions with a documentation system, archive deleted discussions, or update chat platforms with the latest changes, the Delete a Discussion webhook event in GitScrum empowers you to extend the capabilities of your project management and collaboration processes. This event enables you to track and manage discussion lifecycles, maintain an organized workspace, and foster a productive and transparent work environment within your project team.

Raw Content

{
  "uuid": 1
}