Skip to content

vspy/highrise-redmine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Как приготовить redmine к импорту

Administration -> Settings -> Authentication -> Enable REST web service [x]

Sample configuration file

src: 
  url: https://example.highrisehq.com
  authToken: 841557ff...

dst: 
  url: http://example.org/redmine/
  project_id: 1
  tracker_id: 1
  priority_id: 4
  status_id: 1
  attachments_url: http://example.org/files/
  attachments_dir: ~/Documents/highrise_attachments/
  url_field: 1 # идентификатор custom field, куда будет помещен исходный URL highrise
  custom_fields: # что помещать в другие custom fields
    2: check once again
  assigned_to_id: 1 # assign created tickets to
  mapping:
    [email protected]: 9228bc14... # Alice's auth token
    [email protected]: 0339cd25... # Clara's auth token
  default_token: 8117ab03... # default auth token

About

Highrise->Redmine export

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages