Forums

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

Team Managed Project: Remove Epics

fhzjrk5
September 27, 2023

I have a growing list of DONE Epics that are crowding my Epic Panel in the backlog. How do I remove completed Epics using a Team Managed Project? (i.e. there is no option to "Mark as Done" that I can see)

1 answer

0 votes
AhmadDanial
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 10, 2018

Hi there, Marcus.

From the following statement you provided:

The installation runs perfectly, the application is accessible.

I would assume that JIRA is accessible via port 8080 at this stage. Is that right?

netstat -nlpt reports that there are no applications listening on 8080 (tcp or tcp6)

It seems more of a JIRA configuration issue instead of the installation itself. Did you double check the connector port on the $JIRA_INSTALL_DIR/conf/server.xml to see what is the port being used AFTER the stop / reboot was made? For example, I used port 8711 to connect to JIRA:

 <Connector port="8711" maxThreads="150" minSpareThreads="25" connectionTimeout="20000" enableLookups="false"
maxHttpHeaderSize="8192" protocol="HTTP/1.1" useBodyEncodingForURI="true" redirectPort="8443"
acceptCount="100" disableUploadTimeout="true" bindOnInit="false"/>

Additionally, which script did you use to restart JIRA? stop-jira.sh or shutdown.sh ?

Suggest an answer

Log in or Sign up to answer