Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Threads lacking adequate resolution #25

Open
joeflack4 opened this issue Aug 5, 2022 · 1 comment
Open

Threads lacking adequate resolution #25

joeflack4 opened this issue Aug 5, 2022 · 1 comment

Comments

@joeflack4
Copy link
Member

joeflack4 commented Aug 5, 2022

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:

  • 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.
@joeflack4 joeflack4 mentioned this issue Aug 5, 2022
14 tasks
@joeflack4 joeflack4 changed the title 6b. Threads lacking adequate resolution Threads lacking adequate resolution Aug 5, 2022
@joeflack4
Copy link
Member Author

joeflack4 commented Aug 5, 2022

Here's what the checkbox looks like when a thread is marked resolved:
Screen Shot 2022-08-05 at 3 18 12 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant