Project

General

Profile

Search

Results (266)

Wiki: Rest_TimeEntries
(note: for some versions of Redmine you can n ... he time entry attributes, including: * @issue_id@ or @project_id@ (only one is required): the issue id or project id to log time on (both are in ... d].xml Deletes the time entry of given id. 2011-01-02 13:01
Wiki: Rest_api_with_java
h1. Using the REST API with Java h2. Redmi ... ry.createWithApiKey(uri, apiAccessKey); IssueManager issueManager = mgr.getIssueManager(); List<Issue> issues = issueManager.getIssues(projectKey, queryId); for (Issue issue : issues) { System.out.println(issue.toString()); } // Create issue Issue issueToCreate = IssueFactory.createWithSubject("some subject"); Issue createdIssue = issueManager.createIssue... 2010-12-27 10:32
Wiki: 120
This release will focus on workflow and issue permissions enhancement: private issues, ability for certain roles to view their own issues, more configurable workflow, and permissions on issue properties. Some security enhancements wi ... e used by Redmine and stored in the database. 2010-12-17 17:18
Wiki: Rest_api_with_curl
h1. Using the REST API with cURL "curl":ht ... e of a command that can be used to update an issue: <pre> curl -v -H "Content-Type: applica ... "@388.json" -u login:password http://redmine/issues/388.json curl -v -H "Content-Type: applica ... -H "X-Redmine-API-Key: xxxx" http://redmine/issues/388.json </pre> The file that contains ... ike this: <pre><code class="json"> { "issue": { "subject": "subject123", "note ... e of a command that can be used to create an issue with custom fields: <pre> curl -v -H "Content-Type: application/xml" -X POST --data-binary "@issue.xml" -u login:password http://redmine/issues.xml curl -v -H "Content-Type: application/xml" -X POST --data-binary "@issue.xml" -H "X-Redmine-API-Key: xxxx" http://redmine/... 2010-12-11 14:48
Wiki: Rest_api_ẅith_python
h1. Using the REST API with Python Here is ... ime(2013, 12, 31, 13, 27, 47) >>> project.issues <redminelib.resultsets.ResourceSet object with Issue resources> >>> project.issues[0] <redminelib.resources.Issue #34441 "Vacation"> >>> dir(project.issues[0]) ['assigned_to', 'author', 'created_on' ... es', 'tracker', 'updated_on'] >>> project.issues[0].subject 'Vacation' >>> project.issues[0].time_entries <redminelib.resultsets.Res ... ject called Parrot and move any due date for issues assigned to Eric out by two more weeks. ... ric Idle in the user dateabase") # Extend issues in project assigned to user by two weeks for issue in project.issue... 2010-11-09 09:57
Wiki: RedmineSearch
h1. RedmineSearch {{>toc}} A part of an ... nd press enter to search. Searching for #{IssueID} or {IssueID} will go straight to the issue. Search parameters can be enclosed in double ... sample results page from this site on "test issue". * Many links to go to what was found. ... to categorize type of result (ie changeset, issue, comment) !Results.png! h2. Search con ... Results are returned in paginated sets of 10 2010-11-08 21:13
Wiki: RedmineAttachedFiles
h1. Redmine Attached Files {{>toc}} h2. ... rent resources within the Redmine system: * issues - using the [[RedmineAttachedFiles#Attach-files-form|"New File" form]] while adding/editing an issue * documents - using the [[RedmineAttachedFi ... url!@ syntax within the parent content (i.e. issue description or note, forum message, wiki pag ... s#Usage|Usage]] section for more information. 2010-10-17 06:05
Wiki: PluginICalendarExport
h1. ICalendarExport Plugin This is a plu ... can be tracked "here":http://www.redmine.org/issues/6586. There has also been some initial d ... t this feature "here":http://www.redmine.org/issues/1077 h2. Features * Adds an ICS link ... mine hosting":http://plan.io/redmine-hosting/ 2010-10-06 10:24
Wiki: RedmineTimelogDetails
h1. Redmine Timelog Details {{>toc}} h2 ... t available Notice the bottom line has no issue, it was logged against the project. Links work the same as the rest of the wiki; closed issues have strike through applied to them. h3. ... . Date |_. User |_. Activity |_. Project |_. Issue |_. Tracker |_. Subject |_. Hours |_. Commen ... |Feature|Build a bridge|2.0|showing a closed issue| |09/22/2010|Test Developer|Research|Develo ... opers| | | |1.0|Create this project and demo issue| 2010-09-23 03:42
Wiki: 110
h2. Schedule: * September - feature develo ... s. * Complete the REST API for projects and issues * Add a REST API for users * Add a REST A ... incomplete engines support (Redmine plugins) 2010-09-03 17:38
Wiki: HowTo_configure_Redmine_for_advanced_git_integration
h1. HowTo configure Redmine for advanced git ... ing should be good and well :-) h2. Known issues If you are using the stock git-http-back ... ple cpan cpan> install Authen::Simple::LDAP 2010-07-13 12:08
Wiki: PluginWebDav
h1. WebDav plugin {{>toc}} h2. Introduc ... contributed bug fixes for a variety of code issues and helped with re-structuring the plugin ... EBDAV) 0.0.1 : 2010-07-06 Initial release 2010-07-06 17:11
Wiki: PluginSimpleSupport
h1. Simple Support Allows linking Redmine issues to external resources like a third party bu ... res * Enter multiple support urls on each issue * Basic text substitution for support ticket ids (https://projects.littlestreamsoftware.com/issues/3902) * Issue filter for searching for support urls on the issues list * Permissions to control viewing or e ... e it. Project Settings > Modules 4. On each issue form, there will now be a Support Urls field ... 6/30/redmine-simple-support-0-1-0-released/ 2010-07-01 02:05
Wiki: ReleaseProcess
h1. ReleaseProcess This page described the ... -stable) # Check that all of this releases' issues have been merged into the stable branch. The Resolved status is used to mark which issues still *need to be merged*. # Update the lo ... the version to the Affected Versions list 2010-06-28 04:22
Wiki: FrRedmineReceivingEmails
[[FrGuide]] h1. Recevoir des courriels ... show version information and exit Issue attributes control options: -p, --project ... riels depuis une entrée standard. <pre> Issue attributes control options: project=PROJE ... de@ dans les courriels. <pre> # Create issues on project foo by default rake redmine:e ... mum]] définie dans le paramétrage de Redmine. 2010-06-23 02:33
Wiki: HowTo_TreeQuery
h1. Creating a tree-like custom query issue list It can be somewhat confusing when you first start out with parent/subtasks as the Issue list's standard queries might sort and group ... -like view. # Start out with the standard issue list "View all issues". # Click the "Save"-button. Now, this ... ct" is visible.* This will make sure your issues are sorted in a parent/child relationship order, which is great for the presentation of related issues. There is however a catch. If you add gr ... riment a lot with and see what fits you best! 2010-06-21 19:59
Wiki: FrRedmineRoadmap
[[FrGuide]] h1. Roadmap La Roadmap (la ... la configuration appliqué sur les [[FrRedmineIssueTrackingSetup#Trackers|trackers]]) * des lie ... amène vers le contenu d'une roadmap précise. 2010-06-10 22:27
Wiki: FrRedmineSummary
[[FrGuide]] h1. Résumé des demandes h2. ... ur de la demande * Version * Categorie !issue_summary.jpg! h2. Filtre par lien Chaqu ... et catégorie est un lien vers la [[FrRedmineIssueList|liste de demande]] qui agit comme un fil ... apport est un lien direct avec la [[FrRedmineIssueList|liste des demandes]]. h2. Rapports ... informations pour tous les autres [[FrRedmineIssueTrackingSetup#Statuts-des-demandes |statuts]] ... e le rapport détaillé pour les versions. !issue_summary_version-details.jpg! 2010-06-10 14:42
Wiki: FrRedmineIssues
h1. Demandes {{>toc}} Les demandes sont ... fin du B sera aussi +2. !redmine-related-issues.png! Les administrateurs peuvent définir ... liste de surveillance. !redmine-watchers-issues.png! Les administrateurs peuvent définir ... vue "révision". !redmine_manual_revision_issue_association.png! h2. Ajouter une nouvelle d ... points les plus importants est le [[FrRedmineIssueTrackingSetup#Trackers|tracker]], qui définit ... emande doit être _copier_ !redmine-update-issues.png! Selon vos droits sur une demande ( ... n version modifiable. !redmine_properties_issues.png! Pour les versions 1.4 et plus, le l ... ône "Editer" à sa droite. !RedmineChangingIssueDescriptionNew.png! h2. Sous-tâches Les ... , r3671, r3821 et r3869. On peut [[RedmineIssues#Updating-an-existing-issue... 2010-06-10 00:16
Wiki: UXTeamMeeting2
back to UX Core Team Wiki: [[UX_Team]] h1. ... eting Goal* * review http://www.redmine.org/issues/443 *Files / Documents* Uses - archiving, sharing, organizing * All docs / files including issues & wiki * No file version-ing * Attach a f ... sections you have access to (if you can see issues, you can files from issues..) * Thumbnails handled on the fly * Icon ... ) *Suggested Topic for next meeting* 2010-06-08 23:57
Wiki: FrRedmineWiki
h1. Wikis h2. Créer une nouvelle page Wiki ... stomFields > ** RedmineInstall > ** RedmineIssueList > ** RedmineIssues Pour cela, vous devez assigner une page ... Revenir à cette version*, puis *Enregistrer*. 2010-05-24 21:52
Wiki: PluginBlocksLayout
h1. Blocks Layout plugin attachment:redmi ... rview*: |Project Description |Open Polls| |Issue Tracking | Latest News| |Members | Latest f ... ng! h3. Overview: !blocks_overview.png! 2010-05-21 14:29
Wiki: PluginBasicPolls
h1. Basic Polls plugin p<. attachment:red ... WIKI: !polls_in_wiki.png! h3. Poll in issue description: !poll_in_issue_description.png! h3. Polls listing: !p ... a poll option: !polls_edit_choice.png ! 2010-05-21 12:26
Wiki: Presentation
h1. Presentation I'm trying to get a prese ... ttp://www.slideshare.net/ciaranj/hassle-free-issue-tracking-with-readmin ** http://www.slidesh ... h3. Important features (15- minutes) * Issue management ** Highly customizable (Statuses, tracker/workflow) ** Categories ** Versions ** Issue relations * SCM integration ** Repo browse ... hlighting/annotate ** Automatic revision to issue linking * "Community" features ** Wiki ** ... mmunity" usage ** Subprojects (inheritance, issue list containing child projects, …) ** KIF p ... rga.fachschaften.org/ h3. Q&A (15 minutes) 2010-05-16 22:44
Wiki: Bugmash
h1. Bugmash |{background-color:#f88}. *Thi ... gMash-10|current BugMash]] page for specific issues that have been proposed for the BugMash. ... any time. h3. BugMashes {{child_pages}} 2010-05-14 17:03
(126-150/266)