Accepted [Suggestion] Change the bugtracker URL

Discussion in 'Suggestions' started by 314, Apr 18, 2018.

Thread Status:
Not open for further replies.
  1. 314

    314 Irrational Moderator, former ServerAdmin
    SuperMod EcoLegend ⛰️⛰️⛰️⛰️ Ex-President ⚒️⚒️ Prestige ⭐ VI ⭐ Premium Upgrade

    Joined:
    Apr 1, 2014
    Messages:
    7,050
    Trophy Points:
    97,160
    EcoDollars:
    $0
    Ratings:
    +4,917
    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.
     
    • Optimistic Optimistic x 1
    • List
  2. andrewkm

    Founder Premium Upgrade

    Joined:
    Apr 5, 2011
    Messages:
    20,670
    Trophy Points:
    102,160
    Ratings:
    +15,142
    Done :)
     
Thread Status:
Not open for further replies.