smatechnologies / easyredmine-webservicestemplate

Provides an integration with EasyRedmine for creating tickets from OpCon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Easyredmine Web Services Connector

This is a template to automatically create issue in Easyredmine, from OpCon

Disclaimer

No Support and No Warranty are provided by SMA Technologies for this project and related material. The use of this project's files is on your own risk.

SMA Technologies assumes no liability for damage caused by the usage of any of the files offered here via this Github repository.

Prerequisites

  • OpCon V19.1
  • OpCon Webservices Connector 20.0.3
  • Create two new Global Properties :
    • [[Easyredmine-API-PATH]] your Easyredmine url
    • [[Easyredmine-API-KEY]] your Easyredmine user API-KEY

Instructions

  • Download the .json file release available here.

  • Create your Opcon job Type = Windows, Sub-type = Web Services

  • Import Template, choose your .json -

  • in the variable tab fill in the variable @key use the global property : [[Easyredmine-API-KEY]]
    variable

  • check the body json, and modify it if you need (OpCon Global Properties are supported)

Sample :

  "issue": {
    "project_id": 1,
    "subject": "Example",
    "priority_id": 4,
    "description": "Opcon [[$JOB NAME]] [[$SCHEDULE DATE]]"    
  }
}

Parameters:

issue - A hash of the issue attributes:
project_id
tracker_id
status_id
priority_id
subject 
description
category_id
...

License

Copyright 2019 SMA Technologies

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Contributing

We love contributions, please read our Contribution Guide to get started!

Code of Conduct

Contributor Covenant SMA Technologies has adopted the Contributor Covenant as its Code of Conduct, and we expect project participants to adhere to it. Please read the full text so that you can understand what actions will and will not be tolerated.

About

Provides an integration with EasyRedmine for creating tickets from OpCon

License:Other