iceScrum | Page 19 – iceScrum

iceScrum Forums Discuss on iceScrum

Forum Replies Created

Viewing 15 posts - 271 through 285 (of 412 total)

  • Author
    Posts
  • in reply to: Java 8 #11065

    Nicolas Noullet
    Keymaster

    Hello,

    This is in our plans! Java 8 will be supported by the next major version of iceScrum (R7), which released date is not defined yet.

    in reply to: Reopen a closed sprint #11064

    Nicolas Noullet
    Keymaster

    Nightly backup is a very good policy: there are never two much backups!

    Restoring a former database should work like a charm. However, as a general rule of thumb, recovery solutions should always be tested on a regular basis.

    in reply to: Jira integration #11063

    Nicolas Noullet
    Keymaster

    Indeed, it is now available thanks to our sponsoring services.

    The documentation has been updated accordingly, but if any question remains unanswered, we would be glad to help!

    in reply to: Centos 6.6, Tomcat 7 et jdk 7 : Erreur jquery #11047

    Nicolas Noullet
    Keymaster

    Merci pour vos retours et content que le problème soit résolu.

    Il était probablement dû au repertoire work qui contient les resources statiques d’iceScrum, notamment les fichiers JavaScript.

    in reply to: Can IceScrum provide the content of a Java deploy? #11052

    Nicolas Noullet
    Keymaster

    Thanks for your help Michael, it is nice to see someone else than me answering questions here!

    However, I think that Gebru13 was asking for a way to list the stories included in a version deployed in the middle of a sprint.

    There are two approaches to this problem :

    1. Managing the version history manually. You can save the work done at a given point in the sprint by doing a snapshot of the sprint notes (sprint toolbar > documents > sprint notes). You can do so each time a version is deployed to list the content of the version.

    2. Doing that automatically. To do so, iceScrum needs to be linked to the tool that builds/deploys the versions. We have developed an integration with the most popular Java (& more) Continuous Integration server: Jenkins. This integration is available in iceScrum Pro: https://www.icescrum.com/documentation/icescrum-pro/continuous-integration/. The content of the latest build can be displayed on the dashboard. Unfortunately, there is no dedicated page for each build so if you want to list the content of an oldest build then you will need to find a story that is present in this build and display its details.

    in reply to: Moove icescrum server to a new machine #11049

    Nicolas Noullet
    Keymaster

    C’est très étrange. Pour avoir installé iceScrum des dizaines (voire centaines) de fois, cette erreur est normalement liée au .jar tomcat-jdbc.

    Pouvez-vous essayer de déplacer temporairement le jar tomcat-dbcp dans un autre dossier et redémarrer ?

    in reply to: Blank webpage after installing #11048

    Nicolas Noullet
    Keymaster

    This error message doesn’t tell much about the problem.

    Can you check if you have other errors logged in icescrum.log and catalina.out?

    Are you sure that Java 7 is used?

    in reply to: API creation of tasks via XML #11059

    Nicolas Noullet
    Keymaster

    Hello,

    There was two problems:
    – The Accept header was set but the Content-Type one was required. This one is very strange because the library we use should treat the Accept and the Content-Type headers in the same way (which is not a good thing, but as far as I know it was enforced). I must give another look at this problem.
    – The id of sub-resources must be included as attributes
    The documentation was wrong about that so we have fixed it.

    Here is an example of a working curl command that creates a task :

    curl -H "Content-Type: application/xml" -u user:password -k --request POST --verbose http://xxxxxxxx/icescrum/ws/p/PKEY/task -d "CLAIM TASK"

    Nicolas Noullet
    Keymaster

    Hello,

    You are right, thanks for your feedback. We may include the fix in the next release.

    in reply to: Problème compréhension IceScrum sous MySQL #11056

    Nicolas Noullet
    Keymaster

    Merci pour ces précisions, tant que c’est de la lecture seule ça ne devrait pas poser de problème.

    Vous avez raison concernant le ace_order mais vous pouvez ignorer les masques à 16. En effet, les masques à 1 et 2 suffisent à déterminer tous les rôles Scrum :

    ACL de projet :
    – 1 : StakeHolder
    – 2 : Product Owner

    ACL d’équipe :
    – 1 : Team Member
    – 2 : Scrum Master

    Il existe un dernier rôle, le “owner”, que vous devriez pouvoir retrouver facilement via la colonne dédiée. Le “owner” affiché dans la vue équipe d’iceScrum est celui du projet (celui de l’équipe n’est pas utilisé).

    in reply to: Problème compréhension IceScrum sous MySQL #11054

    Nicolas Noullet
    Keymaster

    Bonjour,

    En quoi ces informations peuvent-elles vous aider ?

    Je pose la question car il faudrait, autant que possible, ne pas se reposer sur ces détails d’implémentation.

    in reply to: Error, mail server is offline #11045

    Nicolas Noullet
    Keymaster

    Thanks for your feedback, glad to know that it works 🙂

    in reply to: Blank webpage after installing #11042

    Nicolas Noullet
    Keymaster

    Hi,

    We have recently added a checklist to the troubleshooting section of the iceScrum Server documentation. Can you answer the checklist questions here?

    Here is the link:
    https://www.icescrum.com/fr/documentation/icescrum-server/#troubleshooting

    in reply to: Moove icescrum server to a new machine #11039

    Nicolas Noullet
    Keymaster

    Effectivement c’est le dernier log qui semble indiquer le problème. Vous utilisez Tomcat 7, avez-vous suivi cette instruction dans la doc ?

    Tomcat 7 (7.0.23 or greater), recommended: you need to remove the tomcatDir/lib/tomcat-jdbc.jar library.

    in reply to: Sprint Creation #11038

    Nicolas Noullet
    Keymaster

    1. This is not possible, but easy to work around by creating a release that lasts enough to contain all your sprints. Releases carry the vision for a consistent set of features that will be provided by a major version of the product. Nothing prevent to build and deliver versions more often than that: every sprint, every day, or several times a day.

    2. In a single iceScrum project, this is not possible. Can you elaborate on why you need this feature?

    iceScrum follows the rhythm of Scrum so the planning is tied to a sequence of iterations materialized by sprints. I think that managing continuous deployment and continuous delivery with Scrum is a methodological issue rather than a tool one. You can get rid of sprints in iceScrum the same way you can work around releases: just create a single sprint that lasts several months.

Viewing 15 posts - 271 through 285 (of 412 total)