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

Add database APIs to query tickets #2289

Merged
merged 1 commit into from
Oct 17, 2020
Merged

Add database APIs to query tickets #2289

merged 1 commit into from
Oct 17, 2020

Conversation

abitmore
Copy link
Member

Add APIs:

  • list_tickets( optional_limit, optional_start_id )
  • get_tickets_by_account( account_id_or_name, optional_limit, optional_start_id )

@abitmore abitmore added this to the 5.1.0 - Feature Release milestone Oct 13, 2020
@abitmore abitmore marked this pull request as ready for review October 13, 2020 21:06
@abitmore abitmore linked an issue Oct 17, 2020 that may be closed by this pull request
17 tasks
@abitmore abitmore merged commit bbd9d5f into develop Oct 17, 2020
@abitmore abitmore deleted the ticket-api branch October 17, 2020 11:16
@abitmore abitmore mentioned this pull request Oct 17, 2020
17 tasks
@sschiessl-bcp
Copy link

Should tickets be part of full accounts?

@abitmore
Copy link
Member Author

On one hand, all objects should be added to full accounts so more info is available via one API call.
On the other hand, the get_full_accounts API is already very heavy and is abused IIRC (which leads to lagging).
Let's revisit the topic later.

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

Successfully merging this pull request may close these issues.

Add database APIs to query tickets
2 participants