Hey,
i have read the tutorials for confluence developing from Atlassian.
Now i would like to start with a little bit heavier job.
I have a page with undersides in a specific confluence space. My plugin should find these pages with the names from space and sides and use the content from this for generating a text.
I can't find a tutorial that explain me how can i do this.
Can you help me?
Thanks.
Existing a tutorial or something like this anywhere?
I dont have much experience with plugin developing and i dont know how can i begin now.
Here is an example of SearchManager , to search for content in Confluence and then iterating and processing the result. In a similar way you can also use PageManager and SpaceManager classes by using dependency injection in construction. You might be using servlet or action classes.
https://developer.atlassian.com/server/confluence/searching-using-the-v2-search-api/
Regards
Prakhar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, i try this.
Another question:
I want to use a soy template where the user can check checkboxes to add text from search. How can i check if a checkbox checked? I try this but isn't works.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use pageManager to get the page to play around the content of Confluence.
Regards
Prakhar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.