mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 01:58:47 +02:00
79cfb95f6eaf4b9822eb507734300963955a3b04
Previous syntax :
```
CURLOPT_POSTFIELDS => array(
'auth_user' => 'admin',
'auth_pwd' => 'admin',
'json_data' => '{
"operation": "core/get",
"class": "Person",
"key": "SELECT Person", "limit": "10", "page": "1"
}'
);
```
Now we can also use :
```
CURLOPT_POSTFIELDS => array(
'auth_user' => 'admin',
'auth_pwd' => 'admin',
"json_data[operation]" => "core/get",
"json_data[class]" => "Person",
"json_data[key]" => "SELECT Person",
"json_data[limit]" => 10,
"json_data[page]" => 1
);
```
#815 Cosmetics on the documentation shown upon setup completion (Completing the iTop installation for workflow management): the file cron.params has been renamed into cron.distrib
iTop - ITSM & CMDB
iTop stands for IT Operations Portal. It is a complete open source, ITIL, web based service management tool including a fully customizable CMDB, a helpdesk system and a document management tool. iTop also offers mass import tools and web services to integrate with your IT
Features
- Fully configurable Configuration Management (CMDB)
- HelpDesk and Incident Management
- Service and Contract Management
- Change Management
- Configurable SLA Management
- Graphical impact analysis
- CSV import tool for any data
- Consistency audit to check data quality
- Data synchronization (for data federation)
Resources
- iTop Forums: community support
- iTop Tickets: for feature requests and bug reports
- Releases download
- Documentation covering both iTop and its official extensions
- iTop Hub : discover and install extensions !
Last releases
Versions 2.7.*
- 2.7.0-beta2 published on January 29, 2020
- Changes since the previous version
- New features
- Migration notes
- Download iTop 2.7.0-beta2
Versions 2.6.*
- 2.6.0 published on January 9, 2019
- Changes since the previous version
- New features
- Migration notes
- Download iTop 2.6.3
Versions 2.5.*
- 2.5.0 published on July 11, 2018
- Changes since the previous version
- New features
- Migration notes
- Download iTop 2.5.1
About Us
iTop development is sponsored, led and supported by Combodo.
Contributors
We would like to give a special thank you to the people from the community who contributed to this project, including:
Names
- Alves, David
- Beck, Pedro
- Bilger, Jean-François
- Bostoen, Jeffrey
- Cardoso, Anderson
- Cassaro, Bruno
- Casteleyn, Thomas
- Castro, Randall Badilla
- Colantoni, Maria Laura
- Couronné, Guy
- Dvořák, Lukáš
- Goethals, Stefan
- Gumble, David
- Hippler, Lars
- Khamit, Shamil
- Kincel, Martin
- Konečný, Kamil
- Kunin, Vladimir
- Lassiter, Dennis
- Lazcano, Federico
- Lucas, Jonathan
- Malik, Remie
- Rosenke, Stephan
- Seki, Shoji
- Shilov, Vladimir
- Tulio, Marco
- Turrubiates, Miguel
Aliases
- chifu1234
- cprobst
- Karkoff1212
- larhip
- Laura
- Purple Grape
- Schlobinux
- theBigOne
- ulmerspatz
Companies
- Hardis
- ITOMIG
- Pimkie
Description
Languages
PHP
87.6%
JavaScript
5%
SCSS
2.7%
Twig
2.3%
CSS
2.2%
Other
0.1%