Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

class customfield.ReporterGroupCF.MultiGroupCustomFieldIndexer cannot find symbol

İrem Tunç August 11, 2021

Hi,

@SuppressWarnings("rawtypes")
void addDocumentFields(final Document doc, final Issue issue)
{
@SuppressWarnings("unchecked")
final List<Group> o = (List) customField.getValue(issue);
if (o != null)
{
for (final Group group : o)
{
doc.add(new Field(getDocumentFieldId(), multiGroupConverter.getString(group), Field.Store.YES, indexType));
}
}

}

 

For this piece of code
[ERROR] /home/vestel/vestel-reporter-group-plugin/src/main/java/customfield/ReporterGroupCF.java:[348,116] cannot find symbol
[ERROR] symbol: variable indexType
[ERROR] location: class customfield.ReporterGroupCF.MultiGroupCustomFieldIndexer


i am getting this error. I am updating for Jira 8 version, how can I find a solution?
Thanks.

1 answer

0 votes
Martin Bayer _MoroSystems_ s_r_o__
Community Champion
August 11, 2021

Hi @İrem Tunç welcome on the community. What is the content of this class: customfield.ReporterGroupCF.MultiGroupCustomFieldIndexer ?

İrem Tunç August 17, 2021

A piece of code for grouping Assignee and Reporter parts. The groups to which these parts belong are not updating correctly in the company's local Jira.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events