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.
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
{ "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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Why should it work? According to Jira REST API docs labels expect an array...
"labels": ["test"]
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Alex Medved _ConfiForms_
thank you
another question
Can I have the link of created issues in below confiform table as a field ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please have a look at this example https://wiki.vertuna.com/display/TEST/Create+Jira+issue%2C+save+the+created+Jira+key+back+to+ConfiForms+and+create+a+page+with+Jira+macro
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.