The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Ramin Shanehsaz _Computerra_
Atlassian Partner
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.

0 votes
Dick
Community Champion
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.