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.
Community moderators have prevented the ability to post new answers.
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
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.