main-concepts

No menu items for this category

Thread

This schema defines the Thread entity. A Thread is a collection of posts made by the users. The first post that starts a thread is about a data asset from a user. Other users can respond to this post by creating new posts in the thread. Note that bot users can also interact with a thread. A post can contains links that mention Users or other Data Assets.

  • taskType (string): Type of a task. Must be one of: ["RequestDescription", "UpdateDescription", "RequestTag", "UpdateTag", "RequestApproval", "RequestTestCaseFailureResolution", "Generic"].
  • taskDetails (object): Details about the task. This is only applicable if thread is of type task. Cannot contain additional properties.
  • threadTaskStatus (string): Status of a task. Must be one of: ["Open", "Closed"]. Default: "Open".
  • threadType (string): Type of thread. Must be one of: ["Conversation", "Task", "Announcement", "Chatbot"]. Default: "Conversation".
  • announcementDetails (object): Details about the announcement. This is only applicable if thread is of type announcement. Cannot contain additional properties.
  • chatbotDetails (object): Details about the Chatbot conversation. This is only applicable if thread is of type Chatbot.
    • query (string): The query being discussed with the Chatbot.
  • post (object): Post within a feed. Cannot contain additional properties.

Documentation file automatically generated at 2025-01-15 09:05:25.266839+00:00.