This PR adds functionality for searching issue summaries with search and full blown JQL search with jql.
It also supports the user defining their own HTTP scheme in the domain, this is useful for circumstances where Jira is served behind an authenticating proxy. This allows you to connect to a secondary listener that might not be HTTPS. An optional configuration parameter was also added display_url so the URL for the output links can also be controlled.
E.g. Users access Jira through a proxy at https://jira.mydomain.com. The actual Jira host listens on http://jira1.mydomain.com:8081. You can now configure this using
This PR adds functionality for searching issue summaries with
search
and full blown JQL search withjql
.It also supports the user defining their own HTTP scheme in the
domain
, this is useful for circumstances where Jira is served behind an authenticating proxy. This allows you to connect to a secondary listener that might not be HTTPS. An optional configuration parameter was also addeddisplay_url
so the URL for the output links can also be controlled.E.g. Users access Jira through a proxy at
https://jira.mydomain.com
. The actual Jira host listens onhttp://jira1.mydomain.com:8081
. You can now configure this using