Replies: 1 comment
-
|
Hey @xw-mk, This combination should help:
Ideally, your IDE should be able to browse through the Python modules of StrictDoc. Then you should be able to explore how the APIs are currently used. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We are currently looking into linking sdoc requirements to jira issues and epics for project management. It is obvously desirable that this is, as much as possible, an automated process. I've created a small python script that can read .sdoc files and then edit or create jira issues with data from requirements in the .sdoc file.
Details
I've been struggling to then write data from jira to the sdoc requirement (issue key, status etc.). I've had a handful of errors some which make sense and others which I haven't been able to decipher.
Before going into detail on the issues encountered, is there a way to open an entire strictdoc project in python that can the be used to read/write files with the context of the project ( document fragments, grammar aliases etc.) available?
I know that there isn't a python API available at this point in time, but any pointers or help on where to look in the source code would be appreciated!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions