Collibra Community logo
  • Community Resources
    • Discussions
    • FAQ
    • Take a tour
    • Request a demo
    • Community job board
    • Resources
  • Participate
    • Discussions
    • Ideation
  • Learn
    • Customer stories
    • Marketplace
    • Blogs
    • University
    • Video tutorials
    • Knowledge Base
    • Developer Portal
    • Podcast “Data Citizens Dialogues”
    • Collibra Excellence Awards
  • Support
    • Support Portal
    • Documentation
    • Release notes
    • Product resource center
  • User Groups and Events
    • Events
    • Collibra Customer Events
    • Data Citizens® User Groups
  •      
  •          
Discussions
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
Discussions
Collibra Logo Community
  • About Collibra
  • Collibra Data Intelligence Platform
  • Blog
  • Careers
  • Partner Program
  • Contact us
© 2025 Collibra. All rights reserved.
  • Privacy and legal
  • Do not sell or share my personal information
© 2025 Collibra. All rights reserved.
  • ForumsChevronRightIcon
Developers

Created Nov 18, 2023

54 members

746 discussions

Welcome to the Developers Discussions space—a forum dedicated to supporting developers working with Collibra's platform. Engage with peers and experts to share insights, ask questions, and discuss best practices related to APIs, workflows, integrations, and other development topics.

Developers
                   
                                       
  •                                        
  •                                        
  •                                        
  •                                        
  • Vikash Kumar

    Vikash Kumar

    2 hours ago
    Update Email User using APIs

    I am trying to update one of the user email addresses through Rest APIs as testing. The code is running successful. however, it is not updating the email address. Other fields like first name, last name etc. are getting updated properly. I also check there no extra spaces as well. I am not sure if it is a bug from Collibra or that i am missing from my side? If someone has tried it, please do let me know.

                                           
    0
             
  • scottbenson

    scottbenson

    9 hours ago
    Update to validation question

    Or has anyone written a validation that uses the values stored in an attribute to determine allowable values? I need to values names and descriptions to ensure they contain the name of a color, which will be stored in the attribute. Rather than store the allowable values in the validation itself, I want to store the values in an attribute, so my developers dont have to constantly change the validation to accommodate user requests. Thanks for helping with this question or the previous version where the values were stored in a code list

                                           
    0
             
  • scottbenson

    scottbenson

    8 days ago
    Validations based on Code Set
                     

    Has anyone written a validation that uses a code set to determine allowable values? Rather than store the allowable values in the validation itself, I want to provide users with the ability to maintain the list of values via a code set, so my developers dont have to constantly change the validation to accommodate user requests. THANKS

                                           
    0
             
  • Aditya Tirkovellur

    Aditya Tirkovellur

    19 days ago
    SSO implementation with MS entra

    Hello, need some help with sso implementation with MS entra- with auto users on boarding to default group. I tried the authentication in MS entra go thorugh but the sign in page is -giving me a page with No product permissions have been assigned to your user account yet. Please contact your administrator. I tried adding user manually in collibra - tried but still the same. Anything i'm missing?

                                           
    0
             
  • Tom Friesen

    Tom Friesen

    24 days ago
    Cloning an Asset Type — Bug? / Alternative Methods?

    Hey all, I am looking to clone a complex asset type with multiple scopes, and decided that the best way to do this would be to use a quick workflow to create a new asset type, and then go through all the source assignments and create them in the target asset type. I thought this might be the easiest way, but... When trying to adding an attribute assignment with using assignmentApi.addAssignment() and the CharacteristicTypeAssignmentReference looks like: CharacteristicTypeAssignmentReference.builder() .id(theAssignedCharacteristicType.getAssignedResourceReference().getId()) .min(theAssignedCharacteristicType.getMinimumOccurrences()) .max(theAssignedCharacteristicType.getMaximumOccurrences()) .resourceDiscriminator(theAssignedCharacteristicType.getAssignedResourcePublicId()) .type(theAssignedCharacteristicType.getAssignedResourceReference()?.getResourceType()) .build() I consistently get 2025-07-28 09:36:56.717 [http-nio-0.0.0.0-4400-exec-28] <strong>WARN</strong> c.c.d.w.s.g.b.SecureGroovyTaskActivityBehavior - Exception while executing cloneAssetType_ScriptTask : groovy script evaluation failed: 'javax.script.ScriptException: com.collibra.common.api.exception.ApiException: java.lang.NullPointerException: Cannot invoke "com.collibra.dgc.core.meta.assignment.dto.AssignedCharacteristicTypeParameters.getType()" because "p" is null' Trace: scopeType=bpmn, scopeDefinitionKey=cloneAssetType, scopeDefinitionId=cloneAssetType:29:0198513f-bf61-7809-b725-160e7a675d78, subScopeDefinitionKey=cloneAssetType_ScriptTask, tenantId=<empty>, type=scriptTask I'm suspecting a bug, but I have been wrong before. 🙄 😚Has anyone leveraged CharacteristicTypeAssignmentReference successfully in assigning asset type characteristics? Is there an easier way to duplicate an asset type with multiple scopes?

                                           
    4
             
  • daria

    daria

    1 month ago
    Workflow groovy scripts libraries

    In the Collibra documentation it is mentioned the possibility to add Groovy libraries in the script. It is said it is possible to do so by adding //#importFile <filename> at the start of the script. What type of file it should be (for example a jar)? And where should we put this file to be included in the script?

                                           
    1
             
  • sms_new

    sms_new

    1 month ago
    How to retrieve Asset Tags using Collibra Workflow

    Hi, I'm trying to retrieve Asset tags of a Power BI Data Model? I can see that tags do not have resource ID like the other attributes. Is it possible to retrieve Asset tags using workflow?

                                           
    1
             
  • Christy_Name

    Christy_Name

    1 month ago
    commentId

    Where can I find the resource id for Comments? I am working on an integration with Jira and need to bring in comments.

                                           
    1
             
  • Eugene Gluskin

    Eugene Gluskin

    1 month ago
    How to get a separate user task to automatically pop without going to task list

    Hello, I'm currently creating a new workflow using the workflow designer. I currently have a start event with a form. Once the initiator submits it, there is another user task that should go to initiator. Instead of appearing on the screen, the task goes to their task list. Is there a way to get the second task to automatically pop up for the same user without having them go to their task list? Thank you!

                                           
    1
             
  • Vijayaraghavan Dhanapal

    Vijayaraghavan Dhanapal

    1 month ago
    Where can we configure Workflow variables in the Updated Workflow Designer ?
                     

    In the previous version of Workflow designer, we do have the capability of declaring the generic variables of the workflow in the start event by populating the table which gets popped up when its double clicked. But, in the newly updated workflow designer, we don't see any option in the Start Event's wizard too. Where can we find such option to capture the generic variables of the Workflow. Also, is there any documentation about how to use the new workflow designer ? or any comparison of the previous interface ?

                                           
    5
             
…