Skip to content

jku-isse/RankIndicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RankIndicator

Prototype developed to demonstrate the applicability of the NLP4IP approach.

Pre-requisites

  1. Java JDK 8 javac version [1.8.0_181]
  2. Atlassian Plugin SDK version [6.3.10]

How-to

  1. Clone the repository
$ git clone https://github.com/jku-isse/RankIndicator.git
  1. Place the model file in RankIndicator/src/main/resources (Download from resources.zip)

  2. Change directory

$ cd RankIndicator
  1. Install Atlassian Plugin SDK

  2. Start using the Atlassian Plugin SDK by executing following commands:

$ atlas-run   -- installs this plugin into JIRA and starts it on http://localhost:2990/jira
$ atlas-clean -- removes files built from atlas-run
$ atlas-debug -- same as atlas-run, but allows a debugger to attach at port 5005
$ atlas-help  -- prints description for all commands in the SDK

  1. Create new project-> Create new issue -> approximated rank will be generated based on the given title

About

Prototype developed to demonstrate the applicability of the NLP4IP approach.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages