I notice the Jira directions for triage are wrong:

IS:
"""
Please cover 
https://github.com/canonical/ubuntu-maintainers-handbook/blob/main/Triage.md  
which consists of:
- run `ustriage` for the Daily bug triage per: 
https://github.com/canonical/ubuntu-maintainers-handbook/blob/main/BugTriage.md
- run `dsctriage` for the Daily doc triage per: 
https://github.com/canonical/ubuntu-maintainers-handbook/blob/main/DocTriage.md
- Daily Forum Triage: 
https://github.com/canonical/ubuntu-maintainers-handbook/blob/main/ForumTriage.md
"""

SHOULD BE:
"""
Please cover 
https://github.com/canonical/ubuntu-maintainers-handbook/blob/main/Triage.md  
which consists of:
- run `ustriage` for the Daily bug triage per: 
https://github.com/canonical/ubuntu-maintainers-handbook/blob/main/BugTriage.md
- run `dsctriage` for the Daily forum triage per: 
https://github.com/canonical/ubuntu-maintainers-handbook/blob/main/ForumTriage.md
- Daily doc triage: 
https://github.com/canonical/ubuntu-maintainers-handbook/blob/main/DocTriage.md
"""

Essentially the 2nd and 3rd items are a bit mixed up.

It looks like this change needs applied to each of the triage sessions
listed here:
https://warthogs.atlassian.net/jira/software/c/projects/SD/settings/automate#/rule-list?systemLabelId=project&page=1&pageSize=20&sortKey=name&sortOrder=ASC
 



By the way, it looks like to filter the github PR and issue results to
just the period in question, you can change it to, for example:

  is:pr is:open sort:updated-desc updated:2025-02-11..2025-02-13 

  - The dates would need changed to the triage day you're doing.
  - There is also a 'created' parameter, but 'updated' appears to
    include  both created and modified so is probably what we need.

In URL form, this looks like:

  
https://github.com/canonical/ubuntu-server-documentation/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc+updated%3A2025-02-11..2025-02-13


# Bug Triage #

Found 22 bugs

Most are regular processing with a distro engineer actively engaged.
Two of possible interest:

LP: #2083589 | pcs                 |                cockpit doesn't include 
plugin for ha-cluster |
  - Wishlist bug for a web UI to pcs.  Possibly big project but may be
    important?
  - Tagged server-triage discuss

LP: #2098119 | dnsmasq             | dnsmasq opens DHCP server ports on all 
interfaces instead o… |
  - This one looks like it was triaged by the upstream maintainer;
    their last reply seems to suggest they think it's a configuration
    issue rather than an actual bug.


# Documentation Triage #

There was 1 new issue, and 6 PR updates.  

PR: #136  Added new how-to page in the ldap section for setting up ldap with si…
  - Andreas assigned himself as reviewer yesterday

PR: #137  Work on the first 5 F's
  - Sally assigned herself as reviewer 

PR: #140  glossary: create 8 A-definitions
  - Sally assigned herself as reviewer 

PR: #145  Add new contributions to contributing page
  - Approved.  Left a couple minor suggestions.  By request, did not
    merge it myself.

PR: #146  Edited text for clarity
  - Sally assigned herself as reviewer 

PR: #147  First pass plain language proofreading for intro docs
  - Sally assigned herself as reviewer 

# Forum Triage #

Nothing new


Bryce

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Reply via email to