Adriaan Knapen
Adriaan Knapen
Gave this one a shot, progress can be found [here](https://github.com/Addono/gitmoji-cli/tree/feature/local_config). Not really happy about it, as detecting the current git repository is done async, hence retrieving `config` from `configurationVault` becomes...
> Is there a fork to fix it somewhere? Nothing super up-to-date to my knowledge, clicked through some of the [forks](https://github.com/pycontribs/jira/network/members) once, but none seemed to make much progress. There...
Seems new in the v3 API (at least it's not available in the latest [Jira Server REST API reference](https://docs.atlassian.com/software/jira/docs/api/REST/8.7.1/)) and I cannot find anything which would implement support for this...
Responding out of courtesy, cannot do much right now. Progress has pretty much stalled (see #896 #909). Top priority on the roadmap is getting the CI to work again and...
So over the last month or so sometimes a new solution has come up. I will just leave them here as food for thought for anyone who wants to pick...
That was also my gut feeling, however no Atlassian SDK containers existed last time I checked - which was ~2 months ago. So I put a Dockerfile together, which can...
Hi @studioj, it has been a while since I was active here. So not entirely sure if I'm up to date with the latest changes. In general, the best way...
> Would it be an idea the maintainers are open to, this vcr.py? Just quickly glanced over it, I wouldn't now for sure. To me, it seems viable for writing...
AFAIK this is all there is. https://github.com/pycontribs/jira#setup Be adviced, the tests are likely not to pass, since this tests against a Jira server instance rather than Jira Software Cloud. So...
This is where the test dependencies are defined: https://github.com/pycontribs/jira/blob/7fa3a454c08a14e2d7d7670fcfa87482e16936ba/setup.cfg#L76-L97 If you would install the package using `pip install jira[test]`, then these deps should be installed (π€ ).