valentijnscholten

Results 77 comments of valentijnscholten

I was look into this as well, would be nice to group some actions under one action as described above. There's also the new v2.0 spec that describes collection in...

Just noticed there is an issue with a similar question: https://github.com/justquick/django-activity-stream/issues/428. About filtering on target object fields, but boils down to the same question.

Ha, after some diner I figured it out. As always some things in Django are backwards/counter intuitive. Adding a `GenericRelation` to `Street` to point to `Action` allows you to query...

@sanfilippopablo Did you ever find a better / more elegant (/ faster?) way of doing this? Just noticed your (this) issue, similar to the one I just created.

@sanfilippopablo actually just answered my own question / issue :-D

After typing this I realized this is handled by swagger ui. And it looks like currenty that has no option to do the above.

Would be nice to have this included.

> Please refer to my solution: [#964 (comment)](https://github.com/pycontribs/jira/issues/964#issuecomment-1008920980) Thanks. For JIRA Server it probably has to be the epic_link or epic name field (which is a custom field I believe)....

I've been having good experiences with https://vcrpy.readthedocs.io/en/latest/ to write integration tests with a JIRA API, for example in https://github.com/DefectDojo/django-DefectDojo/blob/master/dojo/unittests/test_jira_import_and_pushing_api.py Might be less usefull if the goal of you tests is...

Alternative could to use OAuth, but that's more complicated and requires cooperation from the JIRA Admins. What about only having the password in memory. So don't store it, but ask...