You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hello All ,
Need help with SIL Script ..
Anyone can help please ?
Regards
Ashish
Not without any information on where you are stuck, no.
No-one can help you when you have not bothered to explain the problem.
@Nic Brough _Adaptavist_ : Thanks for the resposne .. I posted a previous question which wasnt answered .so thought of checking again if anyone is available to answer
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.
Here is my Script
if(project == "KD") {
string [] linkedIssues;
for(JIssueLink l in getIssueLinksDetail(key)){
if(l.name == "Design" && l.direction == -1) {
linkedIssues += l.issue;
} else {
runnerLog("Customfield not updated: " + l.name + "/" + l.direction);
}
}
customfield_10054 = replace(linkedIssues, "|", ",");
}
I have a text custom field which displays issue key of issues linked by link "implemented by "
i want the custom field to display issues same way its displaying linked issues
one below the another and along with issuekey and text
screen shot attached
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
SIL cannot do that, you can't inject the required html into text fields. The best you can do is inject formatting for a rich-text field directly into the content, but text fields don't have formatting that would get you close to that display.
I'd also question why you're repeating a display of things that are already displayed on the issue view.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nic Brough _Adaptavist_ : This is required for Confluence Table
In Confluence , when i use JIRA macro to create a table it only allows me to use linked issue as a field to add. I only need the linked issues "implemented by" only
We want to capture this data and display in confluene so everytime a new issue is linked , it captured the data and display it in the confluence table
Instead of text field, any other custom field i can use which solves our purpose ?
Thanks in advance for your help
Regards
Ashish
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, a text field is the only one that you could add the duplicate data into.
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.
The manager’s daily activities include a list of challenges to reach high levels of efficiency for their teams. Part of these challenges is related to how to deal with the worklog systems sin...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.