E-mail List Archives
Re: Jira Cloud and blind users
From: Michael H
Date: Feb 3, 2022 12:37PM
- Next message: Lucy GRECO: "airtable"
- Previous message: Kristen Smith: "Can anyone recommend good Mac accessibility testing tools for software?"
- Next message in Thread: None
- Previous message in Thread: Michael H: "Re: Jira Cloud and blind users"
- View all messages in this Thread
Yesterday I found a page for create issue in Jira Cloud:
https://<company>.atlassian.net/secure/CreateIssue.jspa?issuetype010&pid013
Where issuetype is the Issue Type ID (bug, new feature, task, etc).
... and pid is the Project ID.
In order to get the IDs, I was able to visit the above page, click
next and then inspect the dropdowns to get the IDs needed for issue
types and project ids.
I was thinking bookmarks for each issue type could be a nice shortcut
for a screen reader user?
Also, for a custom dashboard widget JQL, this filter will show issues
in a current sprint for the current user:
project = BP AND resolution = Unresolved AND sprint in openSprints()
AND assignee = currentUser() order by created DESC
Finally, here's JavaScript for a bookmarklet to go to an issue in Jira Coud:
https://gist.github.com/mhulse/58e6c9a779da33cec44793e9a8431b7a
- Next message: Lucy GRECO: "airtable"
- Previous message: Kristen Smith: "Can anyone recommend good Mac accessibility testing tools for software?"
- Next message in Thread: None
- Previous message in Thread: Michael H: "Re: Jira Cloud and blind users"
- View all messages in this Thread