Skip to content

essentialkaos/jira-avatars-replacer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Actions Status

InstallationUsageLicense


jira-avatar-replacer is a simple tool for updating JIRA avatars to HQ versions.

Installation

From GitHub repository

# Download rsz utility for images resizing
bash <(curl -fsSL https://apps.kaos.st/get) rsz
# Download utility
curl -fL# -o jr https://kaos.sh/jira-avatars-replacer/jr
chmod +x jr
sudo mv jr rsz /usr/bin/

Also, you can use the latest version of utility without installation (but you have to install rsz utility first):

bash <(curl -fsSL https://kaos.sh/jira-avatars-replacer/jr) # pass options here

Usage

Usage: jr {options} image avatar-id

Options

  --super, -s        Super resolution (x4)
  --no-color, -nc    Disable colors in output
  --help, -h         Show this help message
  --version, -v      Show information about version

Examples

  JIRA_HOME=/opt/jira-data sudo jr image.png 18311
  Update avatar with ID 18311

License

Apache License, Version 2.0