To view this discussion on the web, visit https://groups.google.com/d/msgid/taigaio/ee207c68-8cc3-4994-b602-3d8bb383ce94%40googlegroups.com.--
You received this message because you are subscribed to the Google Groups "taigaio" group.
To unsubscribe from this group and stop receiving emails from it, send an email to taigaio+u...@googlegroups.com.
To post to this group, send email to tai...@googlegroups.com.
| Alejandro Alonso Fernández CIO & Co-founder www.kaleidos.net/FC8EAC/ |
To view this discussion on the web, visit https://groups.google.com/d/msgid/taigaio/aab8c51f-c66b-4a81-b894-07bc5c5c6c36%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/taigaio/91d5342f-cadc-4650-b041-efdfb317c11b%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/taigaio/8e5d15c9-0e54-4347-8883-06f5a909f9ee%40googlegroups.com.
AmrutaThanks and Regards,But can not assign user for issue.I am able to create issue in my project populating fields Subject , Description , Type , Priority , Creation Date , Ref , Status etc.Hi ,No i am using taigaClient apis , writing small groovy script as below.
Project project = taigaClient.getProjectById(i);
Issue issue = new Issue()
.setType("Bug")
.setSubject("Test Issue 1")
.setProject(project)
.setDescription("TESTING ISSUE CREATION")
.setCreatedDate(new Date())
.setRef(new Long(100))
.setOwner("abc"); // tried setOwner() method which is not working.
As example this line https://github.com/taigaio/taiga-scripts/blob/master/scripts/setup-config.sh#L52 , why isn't it added to the production install documentation? It means that the python server is started here. And Circus should start the events project using that cirucs.conf configuration. It didn't and I had to to execute the following lines
Any suggestion about how to improve the install experience?
Why not using pm2 https://github.com/Unitech/pm2 for the nodejs application?
--
Please help us keep the Taiga.io Community open and inclusive, follow our Code of Conduct:
https://github.com/taigaio/code-of-conduct/blob/master/CODE_OF_CONDUCT.md
---
You received this message because you are subscribed to the Google Groups "taigaio" group.
To unsubscribe from this group and stop receiving emails from it, send an email to taigaio+u...@googlegroups.com.
To post to this group, send email to tai...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/taigaio/5841454e-cef7-4d79-8f28-e3cabd6e81cc%40googlegroups.com.