How do i get a value from a custom field in SIL

Willyam Mudingayi Malumba
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 16, 2024

Here my code i'm trying to acces a customfield value but i'm having an error

string[] parentIssuekeys = linkedIssues(issuekey,"Link",1);

string highestSeverity = "None";

for(string parentIssuekey in parentIssuekeys) {

string parentSeverity = %parentIssuekey%.#{Severity};

}

%issuekey%.#{Severity} = key.#{Severity};

 

0 answers

Suggest an answer

Log in or Sign up to answer