Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating ConversationPost in discussion? #43

Closed
tiagosiebler opened this issue Feb 15, 2019 · 1 comment
Closed

Creating ConversationPost in discussion? #43

tiagosiebler opened this issue Feb 15, 2019 · 1 comment

Comments

@tiagosiebler
Copy link

Cross-post of this: https://stackoverflow.com/questions/54713998/creating-converationpost-in-discussion-using-rally-node

What I tried:

const create = {
  type: 'ConversationPost',
  data: {
    Text: 'api test comment',
    Artifact: '/hierarchicalrequirement/287838839156'
  }
};
restApi.create(create)
.then(result => {
  console.log(result);
})
.catch(error => {
  console.error(error);
})

Any ideas how to achieve it with rally-node?

@tiagosiebler
Copy link
Author

Turns out this was correct. Annoying small print is that the "ALM WSAPI Read-only" makes Rally ignore the second setting, when configuring your API key in rally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant