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

getMemberActions not containing since and before #25

Open
pooya511 opened this issue May 4, 2024 · 4 comments
Open

getMemberActions not containing since and before #25

pooya511 opened this issue May 4, 2024 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@pooya511
Copy link

pooya511 commented May 4, 2024

GetMemberActions interface should contain 'before' and 'since' attributes. I have problem with fetching a member's actions for specific time in typescript.

@MrRefactoring
Copy link
Owner

Hi @pooya511,

Could you please refer me to any documentation? I visited the official API documentation but didn't find anything related.

@MrRefactoring MrRefactoring self-assigned this May 5, 2024
@pooya511
Copy link
Author

pooya511 commented May 5, 2024

It's lack of documentation. As mentioned in this post all actions apis supports 'since' and 'before' arguments. I test GetMemberActions method and works fine with since and before args.

Actions
Actions contain each of the actions that have been taken on a Card or Board or members of a Card. Comments are also stored as a special type of Action on a card.

The API limits Action queries to 1000 at a time. Actions can be queried at the Board or at the Card level. To retrieve the full list of actions when there are more then 1000, multiple requests must be made using the since and before parameters.

@MrRefactoring
Copy link
Owner

Thank you for your attention to this issue. It seems we need to address all instances involving Actions. Let's start with your request.

@MrRefactoring MrRefactoring added the enhancement New feature or request label May 5, 2024
@MrRefactoring MrRefactoring mentioned this issue May 5, 2024
@MrRefactoring
Copy link
Owner

Your request has been addressed in v1.2.7. However, let's keep this issue open to address the remaining concerns. It's important that we fix all related issues.

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

No branches or pull requests

2 participants