You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be honest, I'm not sure the best workflow here. I have not used pickler regularly for a single project yet. There's some disconnect between a "feature" as a larger set of functionality and a "story" as a discrete, verifiable unit of work. I'm trying out using the epic as the larger feature made up of many stories. What doesn't work as well is having pickler pull all the individual stories and creating .feature files. I think I'd rather have one feature file for the epic.
My understanding is that is may be hard to link scenarios in a feature file to individual pivotal stories. I'm not asking for that. I'd like to be able to pull epics by their id and just manually note that some of the scenarios belong to some pivotal story. But the overal Gherkin for the feature would live in the description of the epic.
Right now we try to pickler pull <epic id> and get:
Resource not found
The text was updated successfully, but these errors were encountered:
Using epics as the base for synchronization is an interesting idea that wasn't really a possibility when I first created Pickler. Can you figure out a high level game plan for what changes would be needed to make this possible?
To be honest, I'm not sure the best workflow here. I have not used pickler regularly for a single project yet. There's some disconnect between a "feature" as a larger set of functionality and a "story" as a discrete, verifiable unit of work. I'm trying out using the epic as the larger feature made up of many stories. What doesn't work as well is having pickler pull all the individual stories and creating .feature files. I think I'd rather have one feature file for the epic.
My understanding is that is may be hard to link scenarios in a feature file to individual pivotal stories. I'm not asking for that. I'd like to be able to pull epics by their id and just manually note that some of the scenarios belong to some pivotal story. But the overal Gherkin for the feature would live in the description of the epic.
Right now we try to
pickler pull <epic id>
and get:The text was updated successfully, but these errors were encountered: