Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.61 KB

File metadata and controls

33 lines (24 loc) · 1.61 KB

Icons for Jira v9.x.x

original link https://marketplace.atlassian.com/archive/1214988

The addon was adapted for Jira 9.x.x version. The source files have been decompiled and adapted to take into account new updates.

Solved: The options settings tab has been fixed. The ability to select preloaded icons has been fixed.

Not fixed: Ability to upload your own images

Installation

You must have it installed:

  1. clone https://github.com/Jahimees/icon-select-addon-jira9-codebarrel.git
  2. Open cmd console and go to path/to/the/project/base-pom/iconselect
  3. Use command 'atlas-clean package' - it will create .jar and .obr files
  4. Go to your Jira instance in browser. (How to set up the jira server instance https://developer.atlassian.com/server/framework/atlassian-sdk/create-a-helloworld-plugin-project/)
  5. Go to the admin panel (Manage apps)
  6. Click 'upload app' and choose your .jar or .obr file (obr file can work incorrect. Jar file is prefer)
  7. Go to the Admin - Issues - Custom Fields - Add custom field. In Advanced section you can see 2 new field types 'Icon multi select' and 'Icon single select'

image image image image

All rights belong to the original developer