Dennis Schridde
Dennis Schridde
## Describe the bug `GetIssuesForSprint` returns only the first 50 issues of a sprint. ## To Reproduce 1. Fill a sprint with more than 50 issues 2. Call `GetIssuesForSprint` on...
## Is your feature request related to a problem? Please describe. go-jira offers no way to distinguish next-gen projects from classic ones. ## Describe the solution you'd like `Project` and...
It would be great if EnvFile would support "Shell Script" type configurations in PyCharm, which currently do not offer any way to set environment variables in a convenient way. See-also:...
Is it planned to get yubikey-manager-qt packaged in Fedora?
If the task was imported from JIRA using bugwarrior, use the JIRA task ID as an additional tag.
This allows the following workflow to be effective and tracked in a useful manner: ``` task 123 start First draft task 123 stop ... task 123 start Second iteration task...
When `-open-iptables=true` (the default), Konlet will allow all TCP, UDP and ICMP traffic to enter the host and also forward it: https://github.com/GoogleCloudPlatform/konlet/blob/v.0.11.0/gce-containers-startup/utils/iptables.go Please add an example of how to disable...
I am using this script to start swagger-converter locally: ```sh #!/bin/sh port=6767 onexit() { podman stop "${ctid}" } trap onexit EXIT ctid="$(podman run -d -p "${port}":8080 docker.io/swaggerapi/swagger-converter:v1.0.2@sha256:90a122587733a0b802e6c9a7cda33c35115c38694912cce4678c66dff312d6b1)" # FIXME: swagger-converter...
`Card` has a `List` field, but no `Card.GetList()` method to fill it. The information does not appear to be returned by the Trello API for calls to `List.GetCards()`, and cannot...
When creating custom fields, I have the option to select "dropdown", which results in a `.customField[].type="list"` being created. The options are predefined in `.customField[].options[]` with `.customField[].options[].value` being what github.com/adlio/trello calls...