Adel Haddad

Results 125 comments of Adel Haddad

I think you may want to update the `.gitignore` ! e.g. `docs/dist/` and `node_modules`

Nice, don't forget to remove the files currently committed in those locations. That should remove around 1million lines from this pull request!

@studioj Sorry I was suggesting that #1117 would be a good example to see how to change a function to support both "username" and "query" arguments so we can support...

Thanks happy to accept a PR for this, e.g. #1384

@RED1869 can you let me know the size of the `.gif` file ? We can perhaps at least add a test for a gif of similar size to see if...

There is a `_fetch_pages()` function that is called in most functions including `jira.sprints` . Which I think aims to do what you are describing. Have you noticed this not working...

@MSKDom would be great if you can raise this behaviour in a new issue to track it better. I am unable to pick it up at this time, but perhaps...

Thanks for the details! As you say this is definitely a bug on this side handling the GDPR change. As an FYI, you would probably need to use `jira_conn.add_user_to_group(user.accountId, grp.name)`...

@JonasArroyo, just checking that you have also tried using the accountId of the user instead of the name? I wonder if this is one of those Jira Cloud GDPR related...

Thanks for this. Could I ask you to check if the proposal in #1145 would work for you? I think it may be an elegant way to handle this case....