The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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.

TAGS
AUG Leaders

Atlassian Community Events