Difference between revisions of "Jira"

From Archiveteam
Jump to navigation Jump to search
(adjust ignores)
(issues.apache.org failed, will need to update this further later)
Line 117: Line 117:
| {{notsavedyet}} || || || || || || || offsite links
| {{notsavedyet}} || || || || || || || offsite links
|-
|-
|rowspan="3"| https://issues.apache.org/jira/browse/
|rowspan="4"| https://issues.apache.org/jira/browse/
| {{inprogress}} || [[ArchiveBot]] (!a < list) || {{URLAB|https://transfer.archivete.am/plAaA/issues.apache.org.txt | issues.apache.org.txt}}<!-- zst --> || [https://archive.fart.website/archivebot/viewer/job/ebggh ebggh] || 2024-02-07 || || || includes XML/HTML/DOC
| {{partiallysaved}} || [[ArchiveBot]] (!a < list) || {{URLAB|https://transfer.archivete.am/plAaA/issues.apache.org.txt | issues.apache.org.txt}}<!-- zst --> || [https://archive.fart.website/archivebot/viewer/job/ebggh ebggh] || 2024-02-07 || || || lots of deleted/skipped issues due to spam, and the site banned us due to loading lots of those (I think)
|-
| {{upcoming}} || [[ArchiveBot]] (!a < list) || TBD || || || || || includes XML/HTML/DOC
|-
|-
| {{notsavedyet}} || || || || || || || attachments
| {{notsavedyet}} || || || || || || || attachments

Revision as of 05:50, 12 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?://{primary_netloc}/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

References