haxqer / jira

The simplest docker file of JIRA. Support v9.16.1(latest) and v9.12.10(lts)
https://hub.docker.com/r/haxqer/jira
378 stars 225 forks source link

LICENSE INCOMPATIBLE When download app from Atlassian Marketplace #61

Open Tieu-Mai-Nhi opened 2 months ago

Tieu-Mai-Nhi commented 2 months ago

This app requires a Data Center license

You currently have a Server license for this app, with a start date of 3 September 2019 or later.

To keep using this app, you need to purchase the Data Center app version, which has been approved for Data Center environments. Learn more about Data Center app licensing.

Timesheet tracking for Jira by touchdown

This app license isn't compatible with JIRA Data Center, which means app functionality has been restricted or stopped working. You can buy a Data Center license, or disable or uninstall the app. 439461911_3431008373862857_1960802278992386140_n

Tieu-Mai-Nhi commented 2 months ago

I use this command to obtain a license:

docker exec jira-srv java -jar /var/agent/atlassian-agent.jar -p com.tda.timesheet.report -m Hello@world.com -n Hello@world.com -o ... -s

haxqer commented 2 months ago

The -d argument is missing

Tieu-Mai-Nhi commented 2 months ago

@haxqer thanks, I fixed, love u