haxqer / jira

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

License for app #51

Open hacker-hackert opened 5 months ago

hacker-hackert commented 5 months ago

hi @haxqer I installed Jira and use it without any problem. also, I installed apps and then got licenses, and imported them to Jira successfully. but my issue is for Capture for JIRA plugin, when I enter license I got this error

Screenshot 2024-01-16 at 11 28 15 am
hacker-hackert commented 5 months ago

i use this command for get license:

docker exec jira-srv java -jar /var/agent/atlassian-agent.jar -d -p com.atlassian.bonfire.plugin -m ------- -n -------- -o ------ -s ------

haxqer commented 5 months ago
docker exec jira-srv java -jar /var/agent/atlassian-agent.jar \
    -d \
    -p bonfire \
    -m Hello@world.com \
    -n Hello@world.com \
    -o your-org \
    -s xxxx
haxqer commented 5 months ago
image
hacker-hackert commented 5 months ago

Thanks Working