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

How to set a parent folder for a new requirement #20

Open
DieterWagner42 opened this issue May 13, 2018 · 6 comments
Open

How to set a parent folder for a new requirement #20

DieterWagner42 opened this issue May 13, 2018 · 6 comments

Comments

@DieterWagner42
Copy link

Hi,
Thanks all for the good work, but now I want to create a new requirement in a existing folder other than Root Folder.
I don't find any support in the client.
Regards
Dieter

@berezovskyi
Copy link
Member

Thanks for using OSLC4Net, Dieter! If you solved the problem, I am happy to merge a patch into the lib.

@berezovskyi
Copy link
Member

@DieterWagner42 just in case you still have the old code, I restarted the maintenance of the library and would be happy to know how/if you solved your problem and what kind of library support you'd need to make the task simpler.

@DieterWagner42
Copy link
Author

@berezovskyi yes i mangaged it but I need to revisit my code. I also added a lot of interfaces to support global configuration.

@berezovskyi
Copy link
Member

Vielen Dank, @DieterWagner42!

@berezovskyi
Copy link
Member

@DieterWagner42 we've migrated the project to NET 8.0 (though libraries target NETStandard 2.0) and planning a new release. Could you please take another look at the your code and check how much you could open source? GC interfaces would be very appreciated too! Thank you in advance!

@berezovskyi berezovskyi changed the title How to set a parant folder for a new requirement How to set a parent folder for a new requirement Nov 6, 2024
@berezovskyi
Copy link
Member

berezovskyi commented Nov 6, 2024

I somehow missed to answer on the substance: a requirement can link to a parent via oslc_rm:decomposes property or by first creating a requirement and then updating the parent to add an extra oslc_rm:decomposedBy link.

oslc4net support:

public void AddDecomposes(Link decomposes)

I am not 100% sure about the "folders" but Jazz may be using that to refer to Requirement Collections (https://github.com/OSLC/oslc4net/blob/main/OSLC4Net_SDK/OSLC4Net.Client/Oslc/Resources/RequirementCollection.cs)

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

No branches or pull requests

2 participants