Suggestion:
To change the target of https://ecocitycraft.com/bugtracker to the following.
Code:
https://jira.ecocitycraft.com/projects/ECCDEV
Reason:
Right now the bugtracker URL always leads to https://jira.ecocitycraft.com/projects/ECCDEV/issues/ECCDEV-87?filter=allissues because ECCDEV-87 was the most recent issue (and therefore the result of https://jira.ecocitycraft.com/projects/ECCDEV's redirection) when the short URL was created, which was then copied and set as the bugtracker URL's source. This actually has a side effect:
Back when ECCDEV-87 was still open, it automatically set the filter to "All open issues". A quick check with curl proves this:
Code:
pi@gamma:~$ curl -i https://ecocitycraft.com/bugtracker
HTTP/1.1 301 Moved Permanently
Date: Wed, 18 Apr 2018 20:10:17 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Cache-Control: max-age=3600
Expires: Wed, 18 Apr 2018 21:10:17 GMT
Location: https://jira.ecocitycraft.com/projects/ECCDEV/issues/ECCDEV-87?filter=allopenissues
Unfortunately, this is no longer the case. ECCDEV-87 is now closed, which means that this filter would not display ECCDEV-87 although the URL leads to it. Because of that, Jira adjusts the parameter to ?filter=allisues.
I suggested https://jira.ecocitycraft.com/projects/ECCDEV because it will always redirect to the most recent issue (and as long as that issue is an open one it should default to ?filter=allopenisues), which is also the reason why I usually use this URL to access the ECCDEV Jira.