I have a requirement in JIRA Service Desk .
When employee click on project tab in customer portal then how we can set another url in customer portal so that employee can access that URL directly.
This page should not be visible on customer portal when employee click on project tab.
@Kalyan Kumar Das I need a little more information to better understand the issue. Can you please confirm these are the steps to recreate the issue?
You are not wanting them to go to that portal and hopping to change the link. The link can not be changed. You can hide the portal from customers. Is this project open to everyone? If it needs to be limited to certain customers that can be done by following these instructions https://support.atlassian.com/jira-service-management-cloud/docs/change-project-customer-permissions/ If you do this only the customers with access will be able to see the help center.
@Kalyan Kumar Das Can you accept this answer to help others?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To implement a feature that redirects users to another URL when they click on the "Project" tab in the customer portal, you'll want to add an event listener to that tab. When the tab is clicked, the listener should trigger a function that redirects the user to the desired URL. Ensure the new URL is communicated to users for a smooth experience.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.