Side Menu
- Overview
- Activity
- Roadmap
- Work packages
- Calendars
-
- Team planners
-
- Boards
- Forums
- Feature tour
- Table of contents
- Expanded. Click to collapseCollapsed. Click to showDeveloper
- Hierarchy leafAccessibility Checklist
- Hierarchy leafCode Review Guidelines
- Expanded. Click to collapseCollapsed. Click to showContribution
- Hierarchy leafGit Workflow
- Hierarchy leafTranslations
- Expanded. Click to collapseCollapsed. Click to showDeveloping Plugins
- Hierarchy leafDeveloping an OmniAuth Authentication Plugin
- Hierarchy leafRelease Process
- Hierarchy leafReport a bug
- Hierarchy leafSecurity
- Hierarchy leafSetting up an OpenLDAP server for testing
- Hierarchy leafTheme Features
- Hierarchy leafDownload
- Expanded. Click to collapseCollapsed. Click to showFeature tour
- Hierarchy leafRelease Notes OpenProject 30
- Expanded. Click to collapseCollapsed. Click to showRelease Notes OpenProject 30 - Overview
- Hierarchy leafGlossary
- Hierarchy leafRelease Notes - Accessibility
- Hierarchy leafRelease Notes - Accessibility changes
- Hierarchy leafRelease Notes - Add work package queries as menu items to sidebar
- Hierarchy leafRelease Notes - Copy projects based on Templates
- Hierarchy leafRelease Notes - Design changes
- Hierarchy leafRelease Notes - Fixed Bugs
- Hierarchy leafRelease Notes - Keyboard Shortcuts
- Hierarchy leafRelease Notes - Project settings
- Hierarchy leafRelease Notes - Ruby&Rails Update
- Hierarchy leafRelease Notes - Security
- Hierarchy leafRelease Notes - Timelines
- Hierarchy leafRelease Notes - Work packages
- Hierarchy leafHowto create animated gifs
- Hierarchy leafMigration Squashing
- Hierarchy leafMod security
- Hierarchy leafNew work package page
- Hierarchy leafOP3 to OP4 Debian upgrade
- Hierarchy leafOP4 Ubuntu1404 Stable with MySQL in production
- Hierarchy leafOpenProject 40 Development Setup
- Expanded. Click to collapseCollapsed. Click to showOpenProject Foundation
- Hierarchy leafBoards
- Hierarchy leafMembers
- Hierarchy leafOPF-Meetings
- Hierarchy leafStatutes
- Expanded. Click to collapseCollapsed. Click to showRelease Notes
- Hierarchy leafOpenProject released on Bitnami
- Expanded. Click to collapseCollapsed. Click to showRelease Notes OpenProject 40 - Overview
- Hierarchy leafRelease Notes OpenProject 40 - Accessibility improvements
- Hierarchy leafRelease Notes OpenProject 40 - Column header functions in work package table
- Hierarchy leafRelease Notes OpenProject 40 - Improved Design
- Hierarchy leafRelease Notes OpenProject 40 - Integrated query title on work package page
- Hierarchy leafRelease Notes OpenProject 40 - Integrated toolbar on work package page
- Hierarchy leafRelease Notes OpenProject 40 - OmniAuth integration for OpenProject
- Hierarchy leafRelease Notes OpenProject 40 - Work package details pane
- Expanded. Click to collapseCollapsed. Click to showSecurity and privacy
- Hierarchy leafFAQ
- Expanded. Click to collapseCollapsed. Click to showSupport
- Expanded. Click to collapseCollapsed. Click to showDownload and Installation
- Hierarchy leafInstallation MacOS
- Expanded. Click to collapseCollapsed. Click to showInstallation OpenProject 3 0
- Hierarchy leafDebian Stable with MySQL in production
- Hierarchy leafInstallation Ubuntu
- Hierarchy leafInstallation Windows
- Hierarchy leafInstallation on Centos 65 x64 with Apache and PostgreSQL 93
- Expanded. Click to collapseCollapsed. Click to showInstallation OpenProject 40
- Hierarchy leafOP4 Debian Stable with MySQL in production
- Expanded. Click to collapseCollapsed. Click to showMigration paths
- Hierarchy leafFrom Chilliproject to OpenProject
- Hierarchy leafMigration 15 to 30
- Hierarchy leafMigration 24 to 30
- Hierarchy leafMigration Redmine 2x › OpenProject 30
- Hierarchy leafOpenProject 3 Migration
- Hierarchy leafOpenProject 40
- Expanded. Click to collapseCollapsed. Click to showNews
- Hierarchy leafNew OpenProject Translations Plugin
- Hierarchy leafNew Plugin on OpenProjectorg Local Avatars
- Hierarchy leafNew design for OpenProject
- Hierarchy leafNews Accessibility workshop for OpenProject
- Hierarchy leafNews Glossary for OpenProject
- Hierarchy leafNews Heartbleed fixed
- Hierarchy leafNews Icon Fonts
- Hierarchy leafNews OpenProject 30 Release
- Hierarchy leafNews Release GitHub Integration Plugin
- Hierarchy leafNews Success Story Deutsche Telekom
- Hierarchy leafNews Timelines
- Hierarchy leafOpenProject 3013 released
- Hierarchy leafOpenProject 3017 released
- Hierarchy leafOpenProject 40 released
- Hierarchy leafOpenProject 40 will be coming soon
- Hierarchy leafOpenProject 405 released
- Hierarchy leafOpenProject and pkgrio
- Hierarchy leafOpenProject news moved to a new blog
- Hierarchy leafOpenProjectBitnami
- Hierarchy leafPackager version with plugins released ("Community edition")
- Hierarchy leafRegistration OpenProject-Foundation
- Hierarchy leafRelease OpenProject AuthPlugins
- Hierarchy leafUpdates on OpenProject
- Hierarchy leafWe need your feedback for the the new fullscreen view for work packages
- Hierarchy leafOpenProject Plug-Ins
- Expanded. Click to collapseCollapsed. Click to showDownload and Installation
- Expanded. Click to collapseCollapsed. Click to showWiki
- Hierarchy leaf2nd Level Support
- Expanded. Click to collapseCollapsed. Click to showDeveloper
You are here:
Replies (7)
Any success? I’m looking for the same information as well.
May be worth looking into this wiki page http://www.redmine.org/projects/redmine/wiki/RedmineReceivingEmails
And then looking into openproject code base and compare if that redmine documentation can be applied to open project
Ping? I am very interested.
I am not sure what “incoming email functionality” is referring to,
however documentation on the API is available.
APIv3
Raw docs on the new APIv3 can be found in the codebase under
doc
: see hereAPIv3 is documented in API Blueprint format, a rendered version for the dev-branch can be found here
The APIv3 and its documentation are currently considered drafts. This means things already documented might still change and new features will be added regularly.
The implementation and the specification might not be in sync 100%, because most things were specified before they were implemented.
Consider the current state of the APIv3 documentation as a preview.
APIv2
Documentation on the old APIv2 is maintained in our wiki: here
Note that we put our development effort into APIv3, this means that there will probably be no big changes to APIv2 anymore.
In the long run APIv3 is supposed to replace APIv2 completely, meaning that v2 will be disabled eventually.
I hope those links will help you.
Best regards
Jan Sandbrink
“Incoming mail functionality” refers to the ability to reply to notification e-mails (and have the reply posted at that work item / forum / whatever), or CC openproject with an e-mail and have the content appear there; or in general change (some) things through e-mail. The web API in unrelated.
Actually, what Episteme Partners states above is the sad truth. The best documentation for the functionality can AFAIK be found on the Redmine page.
There hasn’t been much work done on that functionality after forking from Redmine. The exception here is:
Following the page should get you up to speed.
Thanks, Jens. It actually looks very good in terms of functionality, I will try that and report.
There would be a few details, like setting the local part for notifications (openproject+task24@example.com) so that the e-mail could be simply replied-to without bothering about keeping the subject intact, but that’s minor.
Cheers!