Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Just wanted to know how can I provide pre filled default values to summary, description etc on my create issue popup window as I'm using
https://<company_host>/secure/CreateIssue.jspa?issuetype=3&pid=17500
But, it only fills the projectId and issue type. Also want to fill in some other values.
Hello,
have you tried out the following? https://confluence.atlassian.com/jirakb/how-to-create-issues-using-direct-html-links-in-jira-server-159474.html
There is also a ticket for this feature in the Atlassian Jira: https://jira.atlassian.com/browse/JRASERVER-23590
You can checkout the discussion there for solutions/workarounds.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi HarshWardhan,
Use a simple automation for this:
trigger = create issue
when issuetype = story
edit issue
field1 = "default value 1"
field2 = "default value 2"
easy as pie,
Happy automating.
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.