I select stamp name as 248 and pressed update button but it didn't update insight objects.
What is the problem?
Looking at screen - You have not done anything. You typed in FIlter search "248". Construction of Insight Filter search (based on IQL) is:
"Attribute Name" "Operator" "Value".
In case of simple view - operator is replaced by this select lists.
I believe You have no attribute called "248", so Filter did not found anything.
Type in the attribute name first. Then pick the values you want to change, then (once you are presented with results) - if You want to run bulk update - use the "COG" button on the right - there are bulk edits placed. When doing bulk edits - please note that You need, apart from typing in required values, change the operation to be performed from "keep" to any you want (Add, Change, Delete)
Sir, I have object:248
First it appears like this:But when I want press update button it appears like this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
OK - first choose "name" attribute - then type in 248, them tick the box next to 248, and only THEN click update button.
If this is what You are doing - then most probably it will be some JAVA version conflict.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@PJ Wysota
It works only for advanced search
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@PJ Wysota
I chose name atribute then type 248,then tick and pressed but didn't work.(In basic search)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It works normally till I add this script to jira. Can script effect insight?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@PJ WysotaPlease look at only for this part:
//Declaring IQL
Class iqlFacadeClass = ComponentAccessor.getPluginAccessor().getClassLoader().findClass("com.riadalabs.jira.plugins.insight.channel.external.api.facade.IQLFacade")
def iqlFacade = ComponentAccessor.getOSGiComponentInstanceOfType(iqlFacadeClass);
//Getting Person Stamp status with
def IqlQuerry = "objectTypeId=86 and Owner=${PersonName}";
def objects = iqlFacade.findObjectsByIQLAndSchema(3,"objectTypeId=86 and Owner=${PersonName}");
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well this script definitely can affect Insight, as this is IQL. But for details - I would say to go to Riada Support for investigation.
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.
JS handling? LOL
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry :D
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.