Forums

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

New Improvement Issue description not saving

Melisa Collett
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 19, 2023

Recently, when a new issue is created of the issueType Improvement, the text entered in the description field is not saved when the issue is created.

If the user goes in and edits the description after the issue is created, then the description is saved as expected.

Does anyone have an idea how I might resolve this?

1 answer

0 votes
Shankar Asam {Appfire}
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.
October 24, 2018

Hi Ankita,

Here are my answers to your questions, but please go through below link for more options & information from Atlassian.

https://confluence.atlassian.com/enterprise/load-balancer-configuration-options-935383760.html

Which Load Balancer algorithm to be used. . Round Robin or Ratio (member) Ratio (node)?

-Round robin is the one mostly used so the requests will be sent to all nodes in the cluster

 We can use which Health Monitor (icmp/http/https/etc) to check the availability of the node for load balancing?

- To monitor and health checks you could use HTTP or TCP modes to check the status of the node. You can also see the same link which I gave you for more info on the node / app status and response code.

Which Port can be used that needs to be opened for access to the Server (http, https, MRDP, etc) or can use 'Any' port? The load balancer will pass the traffic to the desination servers over this port only. 

- I believe the incoming requests will hit your Load balancer first on port 80 or 443 and from there the traffic will go to backend servers on respective ports (like jira listening on 8080). You will need to open 8080 port to talk to JIRA(see server.xml of jira for connector ports). 

 

Hope this helps

-Shankar

Suggest an answer

Log in or Sign up to answer