Loads the most recently modified Confluence pages and the most recently updated JIRA issues via their REST APIs, and displays those in a rofi menu to quickly access them.
This script reads the configuration from $XDG_CONFIG_HOME/rofi-confluence-jira.cfg
.
; .config/rofi-confluence-jira.cfg
[confluence]
URL = https://confluence.example.com
USER = username
PASS = password
[jira]
URL = https://jira.example.com
USER = username
PASS = password