The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Gracefully shutdown JIRA by pressing CTRL-Z (Windows) or CTRL-D (Linux).

Susanne Kahl
March 2, 2016

This question is in reference to Atlassian Developer Documentation: Explore the Installed SDK and the atlas Commands

I'm running on a windows mashine

My terminal says "[INFO] Type Ctrl-D to shutdown gracefully" but neither works.

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

5 votes
Answer accepted
Thanos Batagiannis _Adaptavist_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
March 2, 2016

Hi Susanne,

According to https://ecosystem.atlassian.net/browse/AMPS-1173

On *nix: Cmd + D will send an EOF
On windows: to send an EOF, we can use Ctrl + Z followed by an Enter, or F6 followed by an Enter

Regards

rafael_carinha
October 5, 2018

Thanks a lot

0 votes
Susanne Kahl
March 2, 2016

Only the F6 + Enter worked for me.