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.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Pre-filled values to create issue popup window

harshWardhan Wardhan August 8, 2024

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.

2 answers

1 accepted

1 vote
Answer accepted
Ramin Shanehsaz
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 Leaders.
August 8, 2024

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.

harshWardhan Wardhan August 8, 2024

Yeah that works fine for me.

Thanks Ramin.

Like Ramin Shanehsaz likes this
0 votes
Dick
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 8, 2024

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.

Suggest an answer

Log in or Sign up to answer