Prototype developed to demonstrate the applicability of the approach.
- Python version [3.6.8]
- Atlassian Plugin SDK version [8.0.16]
- Tensorflow version [1.14.0]
- Clone the repository
$ git clone https://github.com/jku-isse/TaskAllocator.git
-
Place the model files in TaskAllocator/src/main/resources (Download from resources.zip)
-
Replace the "PATHTOREPLACE" in the TestPython.py with the extracted directory
-
Change directory
$ cd TaskAllocator
- 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
- Create new project-> Create new issue -> approximated role will be generated based on the given title of the issue