You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am using URL based JIRA creation and i have an use case where i want to have description created as follows
Kindly fill the below section. If a question is irrelevant, leave it blank or write N/A
What is the business functionality required?
How this will help?
Acceptance Criteria
in the URL created i am using
&description=Kindly+break-down+the+Epic+in+tangible+deliverables+and+fill+out/describe+below+points:+*1.What+is+the+business+functionality/activity+required?*+*2.+How+this+will+help?*+*3.+Acceptance+Criteria
The problem is this appears as following in jira, how to use the next line while creating URL
Kindly break-down the Epic in tangible deliverables and fill out/describe below points: 1.What is the business functionality/activity required? 2. How this will help? 3. Acceptance Criteria
Note: I am following the logic from this documentation - How to create issues using direct HTML links in Jira Server | Jira | Atlassian Documentation
Hi @Leo Nishanth Anthony you could try ASCII control characters to insert a line feed. %0A
Have a look at this page here.
@Craig Nodwell fantastic, tested it seems to be working. I will test in detail and update it.. thanks again :)
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.