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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,560,647
Community Members
 
Community Events
185
Community Groups

How do create spaces in description of my jira create_issue request?

Edited
Hello All,
I have the field below that I am passing into jira_client.create_issue(fields=issue_dict)
Everything works ok but I am trying to include more data in the jira stories thierself and I cannot figure out how to create a space or pass of something like a key value pair that will display in the description of the ticket.
I get an 400 Client Error whenever I try to experiment around and see what solutions work.
For example.
In the description I want
Class: Class
Date: Time and date
Amount of users: number of users
How can I achieve this solution by adding this to the description in python?
issue_dict = {
"project": {
"id": '<number>'
},
"summary": "test components",
"description": "New issue",
"reporter": {"name": "id"},
"issuetype": {"name": "SDLC Story"},
"priority": {
"name": "Critical"
}}

1 answer

0 votes
Ken McClean
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.
May 06, 2023

Spaces are a Confluence thing, so I'm not 100% sure what you're trying to accomplish?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events