There is a way to check off, in Zulip, when a topic has been marked resolved.
I imagine (hope) that the Zulip messages API would show if the topic has been completed. But which endpoint? Does it come back from the 'messages' endpoint? Probably not. Maybe the 'topics' endpoint? (or whatever that is called)
Outputs
A CSV with the following columns:
stream (string): stream name
thread_name (string): thread name
jiraTicket (string): This one will take the most time. Will see if the word jira appears, or maybe a URL pattern with the given Jira website, or the word ticket. Capture the string of text, if any, else leave blank. See if can get the ticket #.
markedCompleted? (bool): Hopefully there's an API for this. See screenshot below.
humanCurated:completed? (bool): Someone will look over.
Overview
There is a way to check off, in Zulip, when a topic has been marked resolved.
I imagine (hope) that the Zulip messages API would show if the topic has been completed. But which endpoint? Does it come back from the 'messages' endpoint? Probably not. Maybe the 'topics' endpoint? (or whatever that is called)
Outputs
A CSV with the following columns: