I am looking for a solution to assign incidents assigned to my group to automatically get assigned to another group without any manual intervention. The auto assignment should be based on the value in Summary field. I have tried manual assignment but looking for automated solution.
Auto Assignment in BMC Remedy ITSM
804 Views Asked by Ketki Gupta At
1
There are 1 best solutions below
Related Questions in VARIABLE-ASSIGNMENT
- How to find where a special Smarty variable is declared in PrestaShop?
- Multiple differing views of the same list
- C++ - Why does 2 local references to the same object stay in sync?
- Why does single `=` work in `if` statement?
- The assignment to variable [Something] has no effect
- Python assignment with AND and OR
- Clojure Variable assignment
- Swift assignments inside conditions
- Reference To Variable, Not To Object
- Arrays in C and Prime Numbers
- Interpret formulae/operators as functions
- .NET use IIF to assign value to different variables
- conditional assignment of multiple values
- Java: Assigning a variable its current value?
- ES6 Structuring Assignment?
Related Questions in AUTO
- is it fine to use auto keyword in function parameter?
- calling a template function on a auto type-inferred variable in a template class
- Accessing deduced method calls with auto keyword from header file
- Keyword `new` in combination with `auto`
- C++11 auto type deduction from arithmetic operation on int& and long
- VC++ auto specifier assuming reference qualifier for vector<bool>::back
- what's `auto classMemberFunction()->void {}` signature?
- C++11 auto. convert from float to long
- 'new auto' in C++ constructor
- Why do lambda functions drop deduced return type reference by default?
- Understand the type of param in void f(const T& param)
- unused-variable warning different for auto variables
- What precedence are types derived when using auto?
- Usage of auto for global constants
- Eigen and C++11 type inference fails for Cholesky of matrix product
Related Questions in REMEDY
- where (if at all) are incident event logs stored on BMC Remedy 7.1?
- Remedy tickets using arsys java api
- BMC Remedy Integration
- Not able to parse Authorization Header
- How to get values from Java List<E>?
- To Fetch Service Request Form URL from Remedy / Digital Work Place / SmartIT
- Creating Remedy tickets through API
- How to update incident status in BMC Remedy via API?
- pyars issue when get data from remedy database
- Editing a Remedy User macro file.ARQ
- SQL syntax in openquery - apostrophes inside query
- PHP Remedy API call to create an entry with attachment not working (With Postman Works!)
- Auto Assignment in BMC Remedy ITSM
- Getting 9002 error while connecting to Access Remedy Server via Java AR API
- Does BMC Remedy expose REST APIs
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Automatic assignment is setup in the Application Administration Console and is documented here: https://docs.bmc.com/docs/itsm2002/configuring-assignments-909628039.html
If this doesn't provide the capabilities that you need, then you can create a new filter which can run on update, looking for your group/summary criteria and then set the new group. https://docs.bmc.com/docs/ars2002/filters-909637117.html