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,553,818
Community Members
 
Community Events
184
Community Groups

Create jira issue from confluence with confiform with constant label and showing created issue link

Hello 

I have created a confiform form that create issues to jira.

i want to add a constant text value to each created issue. for example all created issues must be with "Test" label.

 

1 answer

1 accepted

1 vote
Answer accepted
Alex Medved _ConfiForms_
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.
Mar 27, 2023

Hi

What is the problem?

Just add a static text in one of the fields in the mapping where you want to have this "static text"

Alex

@Alex Medved _ConfiForms_ 

yes i want all the created issues in this way be with "test" label

@Alex Medved _ConfiForms_ 

 

{ "fields": { "project": { "key": "STTS" }, "summary": "[entry.summary.escapeJSON]",            "labels": "[test]",             "assignee":{"name":"[entry.assignee.escapeJSON]"},              "issuetype": { "name": "Task" } } }

this is my mapping.

but it doesn't work  

Alex Medved _ConfiForms_
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.
Mar 27, 2023 • edited

Why should it work? According to Jira REST API docs labels expect an array...

 "labels": ["test"]

  Alex

@Alex Medved _ConfiForms_ 

thank you

another question

Can I have the link of created issues in below confiform table as a field ?

 

Screenshot 2023-03-27 132058.png

Alex Medved _ConfiForms_
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.
Mar 27, 2023
Like ebrahim rezaian likes this

@Alex Medved _ConfiForms_ 
thank you that was really helpful

Suggest an answer

Log in or Sign up to answer