James Hollowell

Results 29 comments of James Hollowell

Maybe provide a "generic" flag where you could pass some kind of set of key value pairs for the additional fields, maybe just a plain old JSON object (which would...

Here is an example of the types for the project I found this issue on originally. `["issuetype","array","string","project","option","timetracking","any","date","user","priority","issuelink"]` It looks like just strings should be okay, as my guess is all...

Any update on this? We have a lot of projects in our workspace, and it would be nice to not have to scroll through everything to get to a project...

You can set the environment variable `ADDRESS` to whatever you would like to be displayed there.

If you are are deploying the docker container, see [the official Docker documentation](https://docs.docker.com/engine/reference/commandline/run/#set-environment-variables--e---env---env-file). For example, you can add `-e ADDRESS=my.public.address.com` to the run command. For running from manual installation, you...

Spam

That makes sense. If there is a way to make it configurable, that would be nice (still would have to pick one to be the default, but that's not too...