Difference between revisions of "Jira"

From Archiveteam
Jump to navigation Jump to search
(the database is still needed)
m (update script)
Line 11: Line 11:
Issue comments are loaded via JS and are not properly saved. However, all comments are included when exporting an issue in "printable" form, as well as in the XML and DOC export formats. As such, these export links are worth saving (though they either need to be generated as a list or extracted from the job's database). <code><nowiki>https://example.com/si/jira.issueviews:issue-html/PROJ-12345/PROJ-12345.html</nowiki></code>
Issue comments are loaded via JS and are not properly saved. However, all comments are included when exporting an issue in "printable" form, as well as in the XML and DOC export formats. As such, these export links are worth saving (though they either need to be generated as a list or extracted from the job's database). <code><nowiki>https://example.com/si/jira.issueviews:issue-html/PROJ-12345/PROJ-12345.html</nowiki></code>


{{URL|https://transfer.archivete.am/sSx9w/jira_url_list.py}} generates a list of URLs, also using the {{URL|https://docs.atlassian.com/software/jira/docs/api/REST/9.13.0/|Jira API}} to determine the maximum issue for each project.
{{URL|https://transfer.archivete.am/qMgJa/jira_url_list.py}} generates a list of URLs, also using the {{URL|https://docs.atlassian.com/software/jira/docs/api/REST/9.13.0/|Jira API}} to determine the maximum issue for each project.


== Status ==
== Status ==

Revision as of 23:55, 6 February 2024

Jira is a bug tracking system developed by Atlassian. They previously offered a self-hosted version (Jira Server), but have ended sales on Feb 15, 2023[1] and support will fully end on Feb 15, 2024,[2] leaving the only options as their cloud version[3] or the comically expensive data center version.[4]

Strategy

An ArchiveBot !a command will not properly discover all issues.

The approach I've used is to find the highest-numbered ticket in each project (use the "all issues" filter and order by "key"), and then generated a text file listing all of the ticket URLs, which then can be ran (by an op) as an !a < list job. However, this will not save issue attachments due to the no-parent rule, so in addition the job's database needs to be manually saved and the relevant links need to be extracted from the database, and can be run as a separate job.

Attachment mime types do get detected as a relative URL, and will need to be ignored, along the lines of https://example.com/browse/(application|text|image|video)/. Not all attachments are found like this due to a wpull quirk, so this is insufficient for getting a list of attachments.[5] Additionally, attachment sorting is not useful to save, so [?&]attachment(Order|ViewMode|Sortby)= can be ignored.

Issue comments are loaded via JS and are not properly saved. However, all comments are included when exporting an issue in "printable" form, as well as in the XML and DOC export formats. As such, these export links are worth saving (though they either need to be generated as a list or extracted from the job's database). https://example.com/si/jira.issueviews:issue-html/PROJ-12345/PROJ-12345.html

https://transfer.archivete.am/qMgJa/jira_url_list.py[IAWcite.todayMemWeb] generates a list of URLs, also using the Jira API[IAWcite.todayMemWeb] to determine the maximum issue for each project.

Status

Not yet archived

Move URLs to the next section when done. This list is very much incomplete.

https://bugreports.qt.io/
https://jira.anuket.io/
https://jira.fd.io/
https://jira.lfnetworking.org/
https://jira.linuxfoundation.org/
https://jira.onap.org/
https://jira.opendaylight.org/
https://jira.hyperledger.org/
https://jira.automotivelinux.org/
https://issues.freepbx.org/
https://tracker.moodle.org/
https://issues.apache.org/jira/browse/
https://ugene.dev/tracker/
https://jira.mongodb.org/
https://issues.redhat.com/
https://jira.ecmwf.int/
https://jira.atlassian.com/secure/Dashboard.jspa

Archived

Move URLs here when they are started/done.

https://bugs.mojang.com/
https://hub.spigotmc.org/jira/

References