-
Notifications
You must be signed in to change notification settings - Fork 31
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
Search by Pull Request #107
Comments
Thanks for reaching @antdking, glad to hear that! I can't agree more. We also have the same use case, we're currently using something in-house to achieve something similar to that but not quite yet. I can't make any promises right now, but this is definitely in our pipeline. |
We have a different workaround and it's unstable. Would be great if we could query tickets by PR link. |
This isn't yet documented, but you can now search for stories with a certain PR using the https://shortcut.com/api/rest/v3#Search endpoint as long as the story was created or has been updated since ~2021-10-10 (in order for this information to be indexed). You can search by url or PR number with You can also now search by:
I hope that helps! |
These operators have now been documented at https://help.shortcut.com/hc/en-us/articles/360000046646 |
First off, thanks for the great product. We've been a use of your Product for a few years.
Very similar to #70, We'd like to be able to query for tickets based on their associated Pull Requests.
While there are workarounds (we're currently parsing the PR Description for clubhouse links), it'd be great if this were a native feature of Clubhouse's.
Our usecase is we're doing a site deploy for every incoming PR, and need to post the URL to the ticket (as an external link) so our QA team can verify features.
The text was updated successfully, but these errors were encountered: