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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.