In Url field only company domain to be accepts,should restricted other domain.please let me know the steps to change.
Hi @Abilash
Can you provide some more context?
There is no ootb option to limit values in a URL field, it's a field where a url can be provided.
In the URL field ,the users are adding different URL while creating the ticket,so we want to restrict them,only our https://www.company.atlassian.com url to be used.
As checked
You can set a default value for a custom URL field so that the Atlassian site URL is pre-filled when users create an issue.
Navigate to Jira Settings (cog icon) > Issues.
Under the "Fields" section, select Custom Fields.
Locate the desired URL custom field and select ... (More options) > Contexts and default value (or Configure > Edit Default Value in older versions).
In the "Edit Default Value" screen, enter the specific Atlassian URL (e.g., https://www.atlassian.com) in the text box.
Select Set Default to save your changes.
Jira's native functionality does not offer advanced field validation to restrict a URL field to a specific domain (like atlassian.com) out of the box. The built-in allowlist feature is for controlling outbound connections and internal functionality, not for user input validation in a form.
To enforce domain restrictions, you will likely need a third-party app, such as ScriptRunner for Jira (Data Center/Server) or a workflow validator app in Jira Cloud, which allows you to use regular expressions (regex) for validation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Abilash
If you want to validate the value in the URL fiedl, yes indeed you need a 3rd party app.
Apps that extend workflow options, like;
You are on Cloud, so you can only use Cloud apps, not DC versions
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Marc -Devoteam- ,
Thanks for update, but my question without third party app and premium ,enerprise plan,can we have this for standard plan.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Abilash
Your requirement is not possible with 3rd party apps, this doesn't relate to Jira plans.
3rd party apps can be used in any plan, they are not bound to Atlassian plans
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.